Array params in templates

This commit is contained in:
Jordi Baylina
2018-11-11 19:50:26 +01:00
parent dcfb9ab8b4
commit 5b45bafaac
4 changed files with 23 additions and 17 deletions

1
cli.js
View File

@@ -61,6 +61,7 @@ compiler(fullFileName).then( (cir) => {
process.exit(0);
}, (err) => {
// console.log(err);
console.log(err.stack);
if (err.pos) {
console.error(`ERROR at ${err.errFile}:${err.pos.first_line},${err.pos.first_column}-${err.pos.last_line},${err.pos.last_column} ${err.errStr}`);
} else {