mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 05:11:57 +00:00
pr fixes
This commit is contained in:
parent
0e4be81406
commit
e83f6b609b
3 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,6 @@ async function writeStream(stream, key) {
|
|||
await deleteFile(fsPath)
|
||||
|
||||
throw new WriteError('problem writing file locally', {
|
||||
err,
|
||||
fsPath
|
||||
}).withCause(err)
|
||||
}
|
||||
|
|
5
services/filestore/package-lock.json
generated
5
services/filestore/package-lock.json
generated
|
@ -903,8 +903,9 @@
|
|||
}
|
||||
},
|
||||
"@overleaf/o-error": {
|
||||
"version": "git://github.com/overleaf/o-error.git#14e515a195d6dbd3711c5a211a730752802d3b03",
|
||||
"from": "git://github.com/overleaf/o-error.git#14e515a195d6dbd3711c5a211a730752802d3b03"
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-3.0.0.tgz",
|
||||
"integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
|
||||
},
|
||||
"@protobufjs/aspromise": {
|
||||
"version": "1.1.2",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/storage": "^4.7.0",
|
||||
"@overleaf/o-error": "git://github.com/overleaf/o-error.git#14e515a195d6dbd3711c5a211a730752802d3b03",
|
||||
"@overleaf/o-error": "^3.0.0",
|
||||
"aws-sdk": "^2.648.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.1",
|
||||
|
|
Loading…
Reference in a new issue