mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 22:31:27 -05:00
log out if the command running is being used
This commit is contained in:
parent
98a07e07ed
commit
ea8134c433
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
spawn = require("child_process").spawn
|
spawn = require("child_process").spawn
|
||||||
logger = require "logger-sharelatex"
|
logger = require "logger-sharelatex"
|
||||||
|
|
||||||
|
logger.info "using standard command runner"
|
||||||
|
|
||||||
module.exports = CommandRunner =
|
module.exports = CommandRunner =
|
||||||
run: (project_id, command, directory, image, timeout, callback = (error) ->) ->
|
run: (project_id, command, directory, image, timeout, callback = (error) ->) ->
|
||||||
command = (arg.replace('$COMPILE_DIR', directory) for arg in command)
|
command = (arg.replace('$COMPILE_DIR', directory) for arg in command)
|
||||||
|
|
Loading…
Reference in a new issue