MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / stopWorker

Method stopWorker

lib/BuildConfigManager.js:49–51  ·  view source on GitHub ↗
(signal = 'SIGTERM')

Source from the content-addressed store, hash-verified

47 }
48
49 stopWorker(signal = 'SIGTERM') {
50 this._worker.kill(signal);
51 }
52
53 async _getConfig(configPath, oldConfigPath) {
54 if (this._fs.existsSync(configPath)) {

Callers 2

_prodWorkerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected