ablsc
Results
2
issues of
ablsc
Didn't see anyone else raising this one, so here goes Following works ``` var jexl = require("jexl") jexl.addFunction("parseInt", (arg) => Number.parseInt(arg)); jexl.addFunction("isNaN", (arg) => Number.isNaN(arg)); jexl.evalSync("isNaN(parseInt(size)) == true ? 0...
So the regular expression generated from the log format gets pinned to the end of the line (looks like the following line of code does it **index.js:32 - regex =...