Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcommerce/stencil-cli
/ _onWorkerReady
Method
_onWorkerReady
lib/BuildConfigManager.js:92–97 ·
view source on GitHub ↗
(onReady)
Source
from the content-addressed store, hash-verified
90
}
91
92
_onWorkerReady(onReady) {
93
if
(this._workerIsReady) {
94
process.nextTick(onReady);
95
}
96
this._onReadyCallbacks.push(onReady);
97
}
98
99
_devWorker(browserSync) {
100
if
(!this._worker) {
Callers
1
_prodWorker
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected