mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update formatting of fs check message
This commit is contained in:
parent
14af0c68d0
commit
9a5980e5bc
1 changed files with 2 additions and 2 deletions
|
@ -324,11 +324,11 @@ 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()
|
||||
|
||||
|
||||
checkMake: (callback = (error) ->) ->
|
||||
grunt.log.write "Checking make is installed... "
|
||||
exec "make --version", (error, stdout, stderr) ->
|
||||
|
|
Loading…
Reference in a new issue