Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index f87e91333da..31f6d3cd2b7 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -1608,7 +1608,7 @@ static void Load(int argc, char *argv[]) {
// process.platform
- process->Set(String::NewSymbol("platform"), String::New(PLATFORM));
+ process->Set(String::NewSymbol("platform"), String::New("PLATFORM"));
// process.argv
int i, j;