Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 5365d1b

Browse files
chore(deps): update them
1 parent 4134eb5 commit 5365d1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/ipfs/js-ipfs-unixfs-engineg#readme",
3636
"devDependencies": {
37-
"aegir": "^7.0.0",
37+
"aegir": "^8.0.0",
3838
"buffer-loader": "0.0.1",
3939
"chai": "^3.5.0",
4040
"fs-pull-blob-store": "^0.3.0",
@@ -53,11 +53,11 @@
5353
"ipfs-unixfs": "^0.1.4",
5454
"is-ipfs": "^0.2.0",
5555
"multihashes": "^0.2.2",
56-
"pull-block": "^1.0.0",
56+
"pull-block": "^1.0.2",
5757
"pull-pushable": "^2.0.1",
58-
"pull-stream": "^3.4.3",
58+
"pull-stream": "^3.4.5",
5959
"pull-traverse": "^1.0.3",
60-
"pull-write": "^1.0.2",
60+
"pull-write": "^1.1.0",
6161
"run-parallel": "^1.1.6"
6262
},
6363
"contributors": [

src/importer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function createAndStoreFile (file, ds, cb) {
104104

105105
ds.put(n, (err) => {
106106
if (err) {
107-
return cb(new Error('Failed to store chunk of: ${item.path}'))
107+
return cb(new Error('Failed to store chunk'))
108108
}
109109

110110
cb(null, {

0 commit comments

Comments
 (0)