mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
Updated uploadController.js
This commit is contained in:
parent
585331c6e5
commit
a4d33c67a2
@ -52,7 +52,7 @@ class ChunksData {
|
||||
}
|
||||
|
||||
onTimeout () {
|
||||
if (this.stream)
|
||||
if (this.stream && !this.stream.writableEnded)
|
||||
this.stream.end()
|
||||
if (this.hasher)
|
||||
this.hasher.dispose()
|
||||
|
Loading…
Reference in New Issue
Block a user