Commit 1dfc5fc8 authored by Hunter Loftis's avatar Hunter Loftis

suppress node engine warnings with iojs

parent 570a134a
......@@ -44,7 +44,11 @@ modules_cached=$(get_modules_cached "$cache_dir")
show_current_state
warn_node_engine "$node_engine"
if [ "$iojs_engine" == "" ]; then
warn_node_engine "$node_engine"
else
warn_node_engine "$iojs_engine"
fi
warn_node_modules "$modules_source"
####### Vendor in binaries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment