mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Do not swallow loader errors
This commit is contained in:
Vendored
+1
-1
@@ -142,7 +142,7 @@ exports.load = function (modulePaths, resultCallback, options) {
|
||||
} catch (error) {
|
||||
onUnexpectedError(error, enableDeveloperTools);
|
||||
}
|
||||
});
|
||||
}, onUnexpectedError);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user