mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 01:27:17 +09:00
fix vundefined
This commit is contained in:
parent
6a787aad84
commit
598eb74ec1
@ -51,7 +51,7 @@ function log(msg: string): void {
|
|||||||
_log(`[Boot]: ${msg}`);
|
_log(`[Boot]: ${msg}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
log(chalk.bold(`Nullcat chan! v${pkg._v}`));
|
log(chalk.bold(`Nullcat chan! v${pkg.version}`));
|
||||||
|
|
||||||
promiseRetry(
|
promiseRetry(
|
||||||
retry => {
|
retry => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user