mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 17:22:03 +00:00
Update formatting of fs check message
This commit is contained in:
parent
94923ba2e8
commit
14af0c68d0
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ module.exports = (grunt) ->
|
|||
fs = require("fs")
|
||||
fs.exists Settings.filestore.stores.user_files, (exists) ->
|
||||
if exists
|
||||
grunt.log.write "OK."
|
||||
grunt.log.writeln "OK."
|
||||
else
|
||||
grunt.log.error "FAIL."
|
||||
grunt.log.errorlns """
|
||||
|
|
Loading…
Reference in a new issue