Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 2a02e4c

Browse files
committed
Fix typo
1 parent 0b9da95 commit 2a02e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factory/ipfs-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function api_factory(ipfs_opts, orbitdb_dir, orbitdb_opts) {
2828
node.on("ready", () => {
2929
resolve(node)
3030
})
31-
}).catch((ex) => raise (ex))
31+
}).catch((ex) => {throw ex})
3232
orbitdb = await OrbitDB.createInstance(ipfs, orbitdb_dir, orbitdb_opts)
3333
dbm = new DBManager(orbitdb)
3434
orbitdb_api = new OrbitApi(dbm)

0 commit comments

Comments
 (0)