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

Commit 9b46b99

Browse files
author
Alan Shaw
committed
fix: add stop command to initialised state api
1 parent f0c0986 commit 9b46b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/components/init.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ function createApi ({
308308
preload,
309309
print,
310310
repo
311-
})
311+
}),
312+
stop: () => apiManager.api
312313
}
313314

314315
return api

0 commit comments

Comments
 (0)