mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove unneeded/broken stream.resume()
This commit is contained in:
parent
049dcc2780
commit
573c877a57
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ module.exports =
|
|||
logger.log project_id:project_id, file_id:file_id, dumpPath:dumpPath, "tpds update write stream finished"
|
||||
callback null, dumpPath
|
||||
|
||||
stream.resume()
|
||||
|
||||
|
||||
readFileIntoTextArray = (path, callback)->
|
||||
fs.readFile path, "utf8", (error, content = "") ->
|
||||
if error?
|
||||
|
|
Loading…
Reference in a new issue