Browse Source

Update formatting of fs check message

James Allen 12 năm trước cách đây
mục cha
commit
14af0c68d0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Gruntfile.coffee

+ 2 - 2
Gruntfile.coffee

@@ -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.writeln "OK."
 					else
 						grunt.log.error "FAIL."
 						grunt.log.errorlns """