mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
print loader error
This commit is contained in:
@@ -228,7 +228,7 @@ function main() {
|
|||||||
// set up last test
|
// set up last test
|
||||||
Mocha.suite('Loader', function () {
|
Mocha.suite('Loader', function () {
|
||||||
test('should not explode while loading', 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