mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
smoke tests - drop 'tmp' and try to deal with tmp path ourself (#130102)
This commit is contained in:
@@ -294,8 +294,8 @@ export class Code {
|
||||
}
|
||||
|
||||
async exit(): Promise<void> {
|
||||
const success = await this.driver.exitApplication();
|
||||
if (success === false) {
|
||||
const veto = await this.driver.exitApplication();
|
||||
if (veto === true) {
|
||||
throw new Error('Code exit was blocked by a veto.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user