fix
This commit is contained in:
parent
c65131ecd3
commit
3766d82d8c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function hashFile(path) {
|
|||
});
|
||||
}
|
||||
export default (async function (out, archiveFiles) {
|
||||
const filesToAnalyze = Array.from(new Set(archiveFiles.map(f => f.full))).sort;
|
||||
const filesToAnalyze = Array.from(new Set(archiveFiles.map(f => f.full))).sort();
|
||||
let s = "";
|
||||
for (const file of filesToAnalyze) {
|
||||
s += `${file.base}\t${await hashFile(file)}\n`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue