mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 23:40:34 -05:00
fail tests when having unhandled errors (#234673)
This commit is contained in:
@@ -271,7 +271,7 @@ async function loadTests(opts) {
|
||||
}
|
||||
});
|
||||
|
||||
errors.setUnexpectedErrorHandler(err => unexpectedErrorHandler(err));
|
||||
errors.setUnexpectedErrorHandler(onUnexpectedError);
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user