added docker runner into core codebase
supports both local command runner and docker runner added docker files for tex live also fixed tests so they exit correctly & removed debug lines
This commit is contained in:
@@ -293,8 +293,6 @@ describe "CompileManager", ->
|
||||
# .should.equal true
|
||||
|
||||
it "should call the callback with the parsed output", ->
|
||||
console.log(@file_name, @line, @column)
|
||||
console.log @callback.args[0]
|
||||
@callback
|
||||
.calledWith(null, [{
|
||||
file: @file_name
|
||||
|
||||
Reference in New Issue
Block a user