From af6a402a876d5b9009fc9a9fe1f6d2adc33bee74 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Mon, 9 Jul 2018 11:37:57 +0100 Subject: [PATCH] fix array nonsense --- app/coffee/LatexRunner.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/LatexRunner.coffee b/app/coffee/LatexRunner.coffee index ef2b85b..900c878 100644 --- a/app/coffee/LatexRunner.coffee +++ b/app/coffee/LatexRunner.coffee @@ -36,7 +36,7 @@ module.exports = LatexRunner = console.log(mainFile) console.log(image) image = "ivotron/pandoc" - command = "pandoc -o $COMPILE_DIR/output.html $mainFile" + command = ["pandoc -o $COMPILE_DIR/output.html $mainFile"] id = "#{project_id}" # record running project under this id