Skip to content

Commit

Permalink
damn wikipedia
Browse files Browse the repository at this point in the history
  • Loading branch information
regality committed Apr 29, 2012
1 parent d01da28 commit 61a3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
var repl = Module.requireRepl().start(opts);

var home = (process.platform === 'win32' ?
process.env.USERDATA :
process.env.HOMEDRIVE + process.env.HOMEPATH :
process.env.HOME);
if (home) {
var noderc = path.join(home, '.noderc.js');
Expand Down

0 comments on commit 61a3221

Please sign in to comment.