mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) fix some tests for node v14
Test Plan: existing tests pass Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2814
This commit is contained in:
@@ -173,6 +173,7 @@ export class NSandbox implements ISandbox {
|
||||
if (this._isWriteClosed) { resolve(); }
|
||||
this.childProc.on('error', reject);
|
||||
this.childProc.on('close', resolve);
|
||||
this.childProc.on('exit', resolve);
|
||||
this._close();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user