mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
There is no need to pass in nodeMain when passing in baseUrl (#160893)
This commit is contained in:
@@ -94,7 +94,6 @@ function main() {
|
||||
|
||||
const loaderConfig = {
|
||||
nodeRequire: require,
|
||||
nodeMain: __filename,
|
||||
baseUrl: fileUriFromPath(src, { isWindows: process.platform === 'win32' }),
|
||||
catchError: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user