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

Commit 398e7dd

Browse files
committed
fix: post-merge regression
1 parent d5a8668 commit 398e7dd

File tree

1 file changed

+2
-1
lines changed
  • packages/ipfs-core/src/components

1 file changed

+2
-1
lines changed

packages/ipfs-core/src/components/stop.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ module.exports = ({
7474

7575
stopPromise.resolve()
7676
}
77-
withTimeoutOption(stop)
77+
78+
return withTimeoutOption(stop)
7879
}
7980

8081
function createApi ({

0 commit comments

Comments
 (0)