mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 04:21:53 +08:00
Chore: minor changes
This commit is contained in:
@@ -31,7 +31,7 @@ const pool = new Worktank({
|
||||
isEqual = await fileEqual(linesA, readFileByLine(filePath));
|
||||
} else {
|
||||
console.log(`${filePath} does not exists, writing...`);
|
||||
isEqual = false;
|
||||
// isEqual = false; // isEqual is false by default anyway
|
||||
}
|
||||
|
||||
if (isEqual) {
|
||||
|
||||
Reference in New Issue
Block a user