mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
bug: Fix reference bug in logging
This commit is contained in:
parent
19246fac79
commit
2c52eeaa2b
2
index.js
2
index.js
@ -66,7 +66,7 @@ function statsHandler (opts = {}) {
|
||||
console.log(`Done diffing local and remote files in ${prettyTime([0, stats.timer.elapsed])}`)
|
||||
console.log(`${diffing.uploadCount} files to upload`)
|
||||
console.log(`${diffing.deleteCount} ` + (opts.cleanup ? 'files to delete' : 'orphaned files'))
|
||||
console.log(`${diffing.skipCoount} files to skip`)
|
||||
console.log(`${diffing.skipCount} files to skip`)
|
||||
core.endGroup()
|
||||
break
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user