Fix tslint error in cli.ts
parent
61f5dc6697
commit
e581d75dcb
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue