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

Update formatting of fs check message

James Allen 12 лет назад
Родитель
Сommit
9a5980e5bc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Gruntfile.coffee

+ 2 - 2
Gruntfile.coffee

@@ -324,10 +324,10 @@ module.exports = (grunt) ->
 						Could not find directory "#{Settings.filestore.stores.user_files}". 
 						Please check your configuration.
 						"""
+					callback()
 			else
 				grunt.log.writeln "Filestore other than FS configured. Not checking FS."
-			callback()
-
+				callback()
 
 		checkMake: (callback = (error) ->) ->
 			grunt.log.write "Checking make is installed... "