Просмотр исходного кода

added radix to parseInt() call

Miguel Serrano 5 лет назад
Родитель
Сommit
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