add missing argument parameter to wordcount call
This commit is contained in:
@@ -231,7 +231,7 @@ module.exports = CompileManager =
|
|||||||
timeout = 10 * 1000
|
timeout = 10 * 1000
|
||||||
compileName = getCompileName(project_id, user_id)
|
compileName = getCompileName(project_id, user_id)
|
||||||
|
|
||||||
CommandRunner.run compileName, command, directory, image, timeout, (error) ->
|
CommandRunner.run compileName, command, directory, image, timeout, {}, (error) ->
|
||||||
return callback(error) if error?
|
return callback(error) if error?
|
||||||
try
|
try
|
||||||
stdout = fs.readFileSync(directory + "/" + file_name + ".wc", "utf-8")
|
stdout = fs.readFileSync(directory + "/" + file_name + ".wc", "utf-8")
|
||||||
|
|||||||
Reference in New Issue
Block a user