Skip to content

Commit

Permalink
Resolves #5824, error when running kibana.bat with node x86 on win x64
Browse files Browse the repository at this point in the history
Fixes #5835
  • Loading branch information
dterziev authored and BigFunger committed Jan 7, 2016
1 parent b2ef15b commit 5dbbabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kibana.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dbbabc

Please sign in to comment.