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

added radix to parseInt() call

Miguel Serrano пре 5 година
родитељ
комит
d8d6dbffee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      settings.coffee

+ 1 - 1
settings.coffee

@@ -213,7 +213,7 @@ settings =
 		collaborators: -1
 		dropbox: true
 		versioning: true
-		compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"]) or 180
+		compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"] or 180, 10)
 		compileGroup: "standard"
 		trackChanges: true
 		templates: true