mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix compile error
This commit is contained in:
@@ -89,7 +89,7 @@ if (testCodePath) {
|
||||
process.env.VSCODE_CLI = '1';
|
||||
}
|
||||
|
||||
if (!fs.existsSync(process.env.VSCODE_PATH)) {
|
||||
if (!fs.existsSync(process.env.VSCODE_PATH || '')) {
|
||||
fail(`Can't find Code at ${process.env.VSCODE_PATH}.`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user