mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 12:10:22 -05:00
Fix tslint error in cli.ts
This commit is contained in:
@@ -23,7 +23,7 @@ class ArgParser {
|
||||
}
|
||||
|
||||
help(): string {
|
||||
const executable = 'code' + (os.platform() == 'win32' ? '.exe' : '');
|
||||
const executable = 'code' + (os.platform() === 'win32' ? '.exe' : '');
|
||||
|
||||
return `Visual Studio Code v${ packageJson.version }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user