Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 53705ba

Browse files
committed
修改 错误文字
1 parent 3435302 commit 53705ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/instance/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default class Instance extends EventEmitter {
232232
const currentTimestamp = new Date().getTime();
233233
const startThreshold = 3 * 1000;
234234
if (currentTimestamp - this.startTimestamp < startThreshold) {
235-
this.println("ERROR", `检测到实例启动后在极短的时间内退出,原因可能是您的启动命令错误或本地系统环境错误。`);
235+
this.println("ERROR", `检测到实例启动后在极短的时间内退出,原因可能是您的启动命令错误或配置文件错误。`);
236236
}
237237
}
238238

0 commit comments

Comments
 (0)