Skip to content

Commit

Permalink
Merge pull request #5835 from dterziev/issue-5824
Browse files Browse the repository at this point in the history
Resolves #5824, error when running kibana.bat with node x86 on win x64
  • Loading branch information
BigFunger committed Jan 7, 2016
2 parents 48a6009 + 98bb27b commit f112c86
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 f112c86

Please sign in to comment.