Update formatting of fs check message

This commit is contained in:
James Allen 2014-08-15 13:46:06 +01:00
parent 14af0c68d0
commit 9a5980e5bc

View file

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