This commit is contained in:
Christof Marti 2018-09-06 15:31:51 +02:00
parent ad58b37dc2
commit f8606acf93

View file

@ -505,8 +505,8 @@ suite('window namespace tests', () => {
});
const source = new CancellationTokenSource();
source.cancel();
window.showInputBox(undefined, source.token);
source.cancel();
return result;
});