Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 3ffc7d7

Browse files
author
ZeroWolf
authored
fix: 修复提示两次文件检查的bug
1 parent 7e29df7 commit 3ffc7d7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/bootstrap.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ export async function bootstrap(version: string): Promise<void> {
2323
await cluster.init()
2424

2525
const storageReady = await cluster.storage.check()
26-
if (process.env.SKIP_SYNC) {
27-
logger.info('已跳过存储检查,在保活时您将看不到保活的文件大小')
28-
}
2926
if (!storageReady) {
3027
throw new Error('存储异常');
3128
}

0 commit comments

Comments
 (0)