Resolves #5824, error when running kibana.bat with node x86 on win x64

Fixes #5835
This commit is contained in:
Dimo Terziev 2016-01-06 20:40:26 +00:00 committed by Jim Unger
parent cac7054ae7
commit 4a29d24d5a

View file

@ -14,7 +14,7 @@ IF %ERRORLEVEL% EQU 0 (
If Not Exist "%NODE%" (
IF Exist "%SYS_NODE%" (
set NODE=%SYS_NODE%
set "NODE=%SYS_NODE%"
) else (
Echo unable to find usable node.js executable.
Exit /B 1