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

refactor: convert misc root level APIs to async/await #1169

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into refactor/misc-async-await
  • Loading branch information
Alan Shaw authored Nov 21, 2019
commit f0d2acaff4665ebab0986d98564d8645f6db87eb
1 change: 1 addition & 0 deletions src/utils/load-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function requireCommands (send, config) {
lsPullStream: pullify.source(ls),
_lsAsyncIterator: ls,
mount: callbackify.variadic(require('../mount')(config)),
object: require('../object')(config),
ping: callbackify.variadic(collectify(ping)),
pingReadableStream: streamify.readable(ping),
pingPullStream: pullify.source(ping),
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.