Tweak detection of the Node.js executable in command-line arguments.

Former-commit-id: 74047748237f8defe36aea2a27e54ac72a648c93
This commit is contained in:
John-David Dalton
2013-02-23 15:58:43 -08:00
parent f0322e6f2c
commit 37b69eddf2
4 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
;(function() {
'use strict';
/** The Node filesystem module */
/** The Node.js filesystem module */
var fs = require('fs');
/** The minimal license/copyright template */