You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use this tool to corroborate my EJS as a validator before deploying the files and actually using them, but it always returns an exit code of 0 regardless if it found or not errors while compiling the EJS's.
I tried this out by:
$>ejs-cli MyFileName
{ReferenceError:....}
$>echo Exit Code is %errorlevel%
Exit Code is 0
It would be grate if the Exit code would represent the real exit status of the application.
I really liked this tool otherwise,
Thanks for your time and effort.
The text was updated successfully, but these errors were encountered:
I wanted to use this tool to corroborate my EJS as a validator before deploying the files and actually using them, but it always returns an exit code of 0 regardless if it found or not errors while compiling the EJS's.
I tried this out by:
It would be grate if the Exit code would represent the real exit status of the application.
I really liked this tool otherwise,
Thanks for your time and effort.
The text was updated successfully, but these errors were encountered: