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

Method onInterrupt

lib/tasks/serve.js:108–111  ·  view source on GitHub ↗

* Exit silently * * @private * @method onInterrupt

()

Source from the content-addressed store, hash-verified

106 * @method onInterrupt
107 */
108 async onInterrupt() {
109 await this._builder.cleanup();
110 return this._runDeferred.resolve();
111 }
112}
113
114module.exports = ServeTask;

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected