lint: ban console output (#317)
This commit is contained in:
parent
685dea9e19
commit
23ce973377
3 changed files with 18 additions and 11 deletions
|
|
@ -41,7 +41,6 @@ program
|
|||
.option('--config <path>', 'Path to the configuration file.')
|
||||
.action(async options => {
|
||||
const config = await resolveConfig(options);
|
||||
console.error(config);
|
||||
const serverList = new ServerList(() => createServer(config));
|
||||
setupExitWatchdog(serverList);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue