From a36ec7f54eef7e6f30c68957b16f513146be9efe Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 25 Sep 2017 16:06:45 +0100 Subject: [PATCH] fix comment --- app/coffee/CompileController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/CompileController.coffee b/app/coffee/CompileController.coffee index 60c5c64..99973fd 100644 --- a/app/coffee/CompileController.coffee +++ b/app/coffee/CompileController.coffee @@ -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