Rename read.cs.js -> read.wsh.js

This commit is contained in:
anseki 2021-05-31 19:02:29 +09:00
parent ab0806ee61
commit 0976ec57cf
2 changed files with 1 additions and 1 deletions

View file

@ -198,7 +198,7 @@ function readlineExt(options) {
'-File', __dirname + '\\read.ps1']; // eslint-disable-line no-path-concat '-File', __dirname + '\\read.ps1']; // eslint-disable-line no-path-concat
} else { // Windows Script Host } else { // Windows Script Host
extHostPath = 'cscript.exe'; 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 { } else {
extHostPath = '/bin/sh'; extHostPath = '/bin/sh';