forked from FoundKeyGang/FoundKey
✨
This commit is contained in:
parent
1be6282838
commit
7d8d7eed7e
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ async function init(): Promise<State> {
|
||||||
return State.failed;
|
return State.failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
log('Info', 'Success to load configuration');
|
log('Info', 'Successfully loaded', 'Config');
|
||||||
log('Info', `maintainer: ${config.maintainer}`);
|
log('Info', `maintainer: ${config.maintainer}`, 'Config');
|
||||||
|
|
||||||
checkDependencies();
|
checkDependencies();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue