fix comment

This commit is contained in:
Brian Gough 2017-09-25 16:06:45 +01:00
parent 8685b774ee
commit d464556f74

View file

@ -17,7 +17,7 @@ module.exports = CompileController =
return next(error) if error?
CompileManager.doCompileWithLock request, (error, outputFiles = []) ->
if error instanceof Errors.AlreadyCompilingError
code = 423 # Http 443 Locked
code = 423 # Http 423 Locked
status = "compile-in-progress"
else if error instanceof Errors.FilesOutOfSyncError
code = 409 # Http 409 Conflict