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

Commit 175dbac

Browse files
author
Alan Shaw
committed
fix: add stop command to initialised state api
1 parent 5f4597a commit 175dbac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/components/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ function createApi ({
326326
print,
327327
repo
328328
}),
329+
stop: () => apiManager.api,
329330
version: Components.version({ repo })
330331
}
331332

0 commit comments

Comments
 (0)