Fix compile

This commit is contained in:
Daniel Imms
2019-11-19 11:28:31 -08:00
parent fa5ae1ca80
commit 7ab2322170

View File

@@ -55,7 +55,7 @@ suite('window namespace tests', () => {
}
terminal.processId.then(id => {
try {
ok(id > 0);
ok(id && id > 0);
} catch (e) {
done(e);
}