Fix another typo
This commit is contained in:
parent
8d26608ce3
commit
72454abe0f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class LanguageHandler extends AkairoHandler {
|
||||||
const result = await this.handleSpawn(proc);
|
const result = await this.handleSpawn(proc);
|
||||||
return result;
|
return result;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.images.delete(id);
|
this.containers.delete(id);
|
||||||
await this.kill(name);
|
await this.kill(name);
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue