We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c5b02 commit 0cc4567Copy full SHA for 0cc4567
lib/ldp.js
@@ -286,6 +286,7 @@ class LDP {
286
}
287
288
// Directory created, now write the file
289
+ if (container) return
290
return withLock(path, () => new Promise((resolve, reject) => {
291
// HACK: the middleware in webid-oidc.js uses body-parser, thus ending the stream of data
292
// for JSON bodies. So, the stream needs to be reset
0 commit comments