mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 20:29:08 +08:00
Run npm format
This commit is contained in:
parent
cfba9377f8
commit
d0c9131261
@ -53,10 +53,12 @@ export class StatusReporter {
|
||||
): void {
|
||||
// display 1 decimal place without any rounding
|
||||
const percentage = this.formatPercentage(chunkEndIndex, totalUploadFileSize)
|
||||
info(`Uploaded ${fileName} (${percentage.slice(
|
||||
info(
|
||||
`Uploaded ${fileName} (${percentage.slice(
|
||||
0,
|
||||
percentage.indexOf('.') + 2
|
||||
)}%) chunks ${chunkStartIndex}:${chunkEndIndex}`)
|
||||
)}%) chunks ${chunkStartIndex}:${chunkEndIndex}`
|
||||
)
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user