* Fix menu stack corruption reported by apam when 'exit' (and possibly other) pty events fire 2+ times

This commit is contained in:
Bryan Ashby 2016-06-20 00:40:31 -06:00
parent 36ce2354e3
commit 6e6ebc9b18
2 changed files with 5 additions and 5 deletions

View file

@ -165,7 +165,7 @@ function AbracadabraModule(options) {
const doorInstance = new door.Door(self.client, exeInfo);
doorInstance.on('finished', () => {
doorInstance.once('finished', () => {
self.prevMenu();
});