Преглед изворни кода

Add --harmony for older nodeJS.

Adam Ierymenko пре 9 година
родитељ
комит
f0160635a2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cluster-geo/cluster-geo.exe

+ 1 - 1
cluster-geo/cluster-geo.exe

@@ -10,4 +10,4 @@ fi
 
 cd cluster-geo
 
-exec node cluster-geo.js
+exec node --harmony cluster-geo.js