mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
print loader error
This commit is contained in:
@@ -228,7 +228,7 @@ function main() {
|
||||
// set up last test
|
||||
Mocha.suite('Loader', function () {
|
||||
test('should not explode while loading', function () {
|
||||
assert.ok(!didErr, 'should not explode while loading');
|
||||
assert.ok(!didErr, `should not explode while loading: ${didErr}`);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user