Skip to content

perf(utils): replace pad with String.padStart #966

perf(utils): replace pad with String.padStart

perf(utils): replace pad with String.padStart #966

Triggered via pull request February 6, 2025 15:44
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: packages/pg/lib/utils.js#L108
Replace `··':'·+⏎····String(date.getSeconds()).padStart(2,·'0')·+⏎····'.'·+⏎···` with `':'·+·String(date.getSeconds()).padStart(2,·'0')·+·'.'·+`
lint
Process completed with exit code 1.