Fix another typo

This commit is contained in:
1computer1 2019-05-14 20:28:50 -04:00
parent 8d26608ce3
commit 72454abe0f

View file

@ -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;
} }