Always evaluate an expression for JS
People were complaining too much
This commit is contained in:
parent
7c5203bc1d
commit
cf1589eb2f
3 changed files with 3 additions and 15 deletions
|
@ -1,11 +1,5 @@
|
|||
if [ "$EVAL_EXPR" = "true" ]; then
|
||||
flag="-p"
|
||||
else
|
||||
flag="-e"
|
||||
fi
|
||||
|
||||
if [ "$EVAL_HARMONY" = "true" ]; then
|
||||
node --harmony "$flag" "$1"
|
||||
node --harmony -p "$1"
|
||||
else
|
||||
node "$flag" "$1"
|
||||
node -p "$1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue