mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 15:34:30 +02:00
* Fix menu stack corruption reported by apam when 'exit' (and possibly other) pty events fire 2+ times
This commit is contained in:
parent
36ce2354e3
commit
6e6ebc9b18
2 changed files with 5 additions and 5 deletions
|
@ -165,7 +165,7 @@ function AbracadabraModule(options) {
|
|||
|
||||
const doorInstance = new door.Door(self.client, exeInfo);
|
||||
|
||||
doorInstance.on('finished', () => {
|
||||
doorInstance.once('finished', () => {
|
||||
self.prevMenu();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue