From ea8134c43361954fb90c6706b9ddb416b9dc69ac Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 23 May 2016 15:45:39 +0100 Subject: [PATCH] log out if the command running is being used --- services/clsi/app/coffee/CommandRunner.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/clsi/app/coffee/CommandRunner.coffee b/services/clsi/app/coffee/CommandRunner.coffee index 842eb9dbb8..5ea6765c08 100644 --- a/services/clsi/app/coffee/CommandRunner.coffee +++ b/services/clsi/app/coffee/CommandRunner.coffee @@ -1,6 +1,8 @@ spawn = require("child_process").spawn logger = require "logger-sharelatex" +logger.info "using standard command runner" + module.exports = CommandRunner = run: (project_id, command, directory, image, timeout, callback = (error) ->) -> command = (arg.replace('$COMPILE_DIR', directory) for arg in command)