missing quotes... [ci skip]
This commit is contained in:
parent
6cf163766a
commit
2d810a0c43
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ js_runtime_check() {
|
|||
echo "ok"
|
||||
else
|
||||
echo "not ok"
|
||||
echo $JS_RT_MSG
|
||||
echo "$JS_RT_MSG"
|
||||
error "can't continue without a JS runtime"
|
||||
fi
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue