Merge pull request #444 from Mr2u/master

This commit is contained in:
Samuel 2021-10-12 13:07:49 +02:00 committed by GitHub
commit 5b8a250a8e

View File

@ -36,8 +36,8 @@ console.log(
execSync( execSync(
"node \"" + "node \"" +
path.join(__dirname, "..", "node_modules", "typescript", "lib", "tsc.js") + path.join(__dirname, "..", "node_modules", "typescript", "lib", "tsc.js") +
"\" -p " + "\" -p \"" +
path.join(__dirname, ".."), path.join(__dirname, "..") + "\"",
{ {
cwd: path.join(__dirname, ".."), cwd: path.join(__dirname, ".."),
shell: true, shell: true,