intelliwacc ide #43
BIN
wacc-compiler
Executable file
BIN
wacc-compiler
Executable file
Binary file not shown.
@@ -40,7 +40,7 @@ function generateErrors(code, filePath) {
|
||||
|
||||
let output;
|
||||
try {
|
||||
const waccExePath = `${__dirname}/wacc-compiler`;
|
||||
const waccExePath = `${__dirname}/../wacc-compiler`;
|
||||
output = execSync(`${waccExePath} ${tmpFilePath}`, { encoding: 'utf8', stdio: 'pipe' });
|
||||
} catch (err) {
|
||||
console.log("Error running compiler");
|
||||
|
||||
Reference in New Issue
Block a user