mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Fix compile
This commit is contained in:
@@ -55,7 +55,7 @@ suite('window namespace tests', () => {
|
||||
}
|
||||
terminal.processId.then(id => {
|
||||
try {
|
||||
ok(id > 0);
|
||||
ok(id && id > 0);
|
||||
} catch (e) {
|
||||
done(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user