Ignore console.log
This commit is contained in:
parent
5618aed14b
commit
8f4e454f89
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class LanguageHandler extends AkairoHandler {
|
||||||
try {
|
try {
|
||||||
await this.handleSpawn(proc);
|
await this.handleSpawn(proc);
|
||||||
this.containers.set(dockerID, { name, count: 0 });
|
this.containers.set(dockerID, { name, count: 0 });
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.log(`Started container ${name} for 1computer1/comp_iler:${dockerID}.`);
|
console.log(`Started container ${name} for 1computer1/comp_iler:${dockerID}.`);
|
||||||
return this.containers.get(dockerID);
|
return this.containers.get(dockerID);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in a new issue