fix format again

This commit is contained in:
fyears
2024-05-08 22:04:21 +08:00
parent a081d09212
commit e66b0c71c4
9 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export class FakeFsLocal extends FakeFs {
if (r.keyRaw.startsWith(DEFAULT_DEBUG_FOLDER)) {
// skip listing the debug folder,
// which should always not involved in sync
continue;
// continue;
} else {
local.push(r);
}