Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #49 from yaniswang/master
Browse files Browse the repository at this point in the history
support iojs/latest
  • Loading branch information
hakobera committed May 1, 2015
2 parents 7d46af9 + 9bcf1aa commit 80a504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvmw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ if exist "%NVMW_HOME%" (
echo;
echo iojs:
if exist "%NVMW_HOME%iojs" (
dir "%NVMW_HOME%iojs\v*" /b /ad
dir "%NVMW_HOME%iojs\*" /b /ad
)
echo;

Expand Down

0 comments on commit 80a504b

Please sign in to comment.