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

Commit

Permalink
fix: add stop command to initialised state api
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Dec 16, 2019
1 parent 5f4597a commit 175dbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ function createApi ({
print,
repo
}),
stop: () => apiManager.api,
version: Components.version({ repo })
}

Expand Down

0 comments on commit 175dbac

Please sign in to comment.