Rename read.cs.js
-> read.wsh.js
This commit is contained in:
parent
ab0806ee61
commit
0976ec57cf
2 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ function readlineExt(options) {
|
|||
'-File', __dirname + '\\read.ps1']; // eslint-disable-line no-path-concat
|
||||
} else { // Windows Script Host
|
||||
extHostPath = 'cscript.exe';
|
||||
extHostArgs = ['//nologo', __dirname + '\\read.cs.js']; // eslint-disable-line no-path-concat
|
||||
extHostArgs = ['//nologo', __dirname + '\\read.wsh.js']; // eslint-disable-line no-path-concat
|
||||
}
|
||||
} else {
|
||||
extHostPath = '/bin/sh';
|
||||
|
|
Loading…
Reference in a new issue