mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:55:22 -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"
|
logger.log project_id:project_id, file_id:file_id, dumpPath:dumpPath, "tpds update write stream finished"
|
||||||
callback null, dumpPath
|
callback null, dumpPath
|
||||||
|
|
||||||
stream.resume()
|
|
||||||
|
|
||||||
|
|
||||||
readFileIntoTextArray = (path, callback)->
|
readFileIntoTextArray = (path, callback)->
|
||||||
fs.readFile path, "utf8", (error, content = "") ->
|
fs.readFile path, "utf8", (error, content = "") ->
|
||||||
if error?
|
if error?
|
||||||
|
|
Loading…
Reference in a new issue