Pārlūkot izejas kodu

Update formatting of fs check message

James Allen 12 gadi atpakaļ
vecāks
revīzija
14af0c68d0
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 """