Fix typo in hashFiles.ts. (#1672)

* Fix typo in hashFiles.ts.

* l0

* .
This commit is contained in:
Tingluo Huang
2022-02-09 13:13:51 -05:00
committed by GitHub
parent 85dcd93d98
commit 47fee8cd64
4 changed files with 3648 additions and 41 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ async function run(): Promise<void> {
result.end()
if (hasMatch) {
console.log(`Find ${count} files to hash.`)
console.log(`Found ${count} files to hash.`)
console.error(`__OUTPUT__${result.digest('hex')}__OUTPUT__`)
} else {
console.error(`__OUTPUT____OUTPUT__`)