mirror of https://github.com/lukechilds/node.git
Browse Source
If `len(args)` is less than two, then `install_path = dst_dir + node_prefix + '/'` would throw a `NameError`, because `dst_dir` will not be defined yet. So we are assigning `''` as the default value. PR-URL: https://github.com/iojs/io.js/pull/1628 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>v2.0.2
thefourtheye
10 years ago
committed by
Jeremiah Senkpiel
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue