mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 21:55:49 +00:00
add missing argument parameter to wordcount call
This commit is contained in:
parent
c5917d4a75
commit
872dbc5215
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ module.exports = CompileManager =
|
|||
timeout = 10 * 1000
|
||||
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?
|
||||
try
|
||||
stdout = fs.readFileSync(directory + "/" + file_name + ".wc", "utf-8")
|
||||
|
|
Loading…
Add table
Reference in a new issue