MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / onInterrupt

Method onInterrupt

lib/tasks/build-watch.js:58–61  ·  view source on GitHub ↗

* Exit silently * * @private * @method onInterrupt

()

Source from the content-addressed store, hash-verified

56 * @method onInterrupt
57 */
58 async onInterrupt() {
59 await this._builder.cleanup();
60 this._runDeferred.resolve();
61 }
62}
63
64module.exports = BuildWatchTask;

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected