More refactoring stuff
- Add a waitForEventQueue promise, to get rid of the 5 second fudge from testBot.js - Async'ify testBot.js - Complete plumbing for Hint's ScriptDialog support (see changes to ScriptDialogEvent.ts and Comms.ts - Fix: The EventQueue was pausing for 5 seconds every 30 seconds
This commit is contained in:
6
dist/events/EventQueueStateChangeEvent.js
vendored
Normal file
6
dist/events/EventQueueStateChangeEvent.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class EventQueueStateChangeEvent {
|
||||
}
|
||||
exports.EventQueueStateChangeEvent = EventQueueStateChangeEvent;
|
||||
//# sourceMappingURL=EventQueueStateChangeEvent.js.map
|
||||
Reference in New Issue
Block a user