mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-23 01:34:29 +00:00
bug: Fix reference bug in logging
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user