From 2c3b1126b0225fd772db79709c2c7140dab0d3e2 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 --- app/coffee/CommandRunner.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/coffee/CommandRunner.coffee b/app/coffee/CommandRunner.coffee index 842eb9d..5ea6765 100644 --- a/app/coffee/CommandRunner.coffee +++ b/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)