Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
14af0c68
Commit
14af0c68
authored
Aug 15, 2014
by
James Allen
Browse files
Update formatting of fs check message
parent
94923ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
14af0c68
...
...
@@ -313,11 +313,11 @@ module.exports = (grunt) ->
checkFS
:
(
callback
=
(
error
)
->
)
->
Settings
=
require
"settings-sharelatex"
if
Settings
.
filestore
.
backend
==
"fs"
grunt
.
log
.
write
"Checking FS configuration..."
grunt
.
log
.
write
"Checking FS configuration...
"
fs
=
require
(
"fs"
)
fs
.
exists
Settings
.
filestore
.
stores
.
user_files
,
(
exists
)
->
if
exists
grunt
.
log
.
write
"OK."
grunt
.
log
.
write
ln
"OK."
else
grunt
.
log
.
error
"FAIL."
grunt
.
log
.
errorlns
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment