Skip to content

Commit 195e773

Browse files
committed
remove unused path.join
1 parent 349788f commit 195e773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap-amd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var rawNlsConfig = process.env['VSCODE_NLS_CONFIG'];
2020
var nlsConfig = rawNlsConfig ? JSON.parse(rawNlsConfig) : { availableLanguages:{} };
2121

2222
loader.config({
23-
baseUrl: uriFromPath(path.join(__dirname)),
23+
baseUrl: uriFromPath(__dirname),
2424
catchError: true,
2525
nodeRequire: require,
2626
nodeMain: __filename,

0 commit comments

Comments
 (0)