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

Method onInterrupt

lib/tasks/test-server.js:67–70  ·  view source on GitHub ↗

* Exit silently * * @private * @method onInterrupt

()

Source from the content-addressed store, hash-verified

65 * @method onInterrupt
66 */
67 onInterrupt() {
68 // We don't have any hanging promise to resolve here because the SIGINT is
69 // captured and handled by testem
70 }
71}
72
73module.exports = TestServerTask;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected