We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9019c commit 08cbabeCopy full SHA for 08cbabe
npm-audit.html
@@ -55,7 +55,7 @@ <h5 class="card-title">
55
<div class="card">
56
<div class="card-body">
57
<h5 class="card-title">
58
- October 20th 2020, 8:46:14 am
+ October 20th 2020, 8:47:38 am
59
</h5>
60
<p class="card-text">Last updated</p>
61
</div>
src/DevServer/index.ts
@@ -172,8 +172,6 @@ export class DevServer {
172
*/
173
this.httpServer.on('exit', ({ code }) => {
174
this.logger.warning(`Underlying HTTP server died with "${code} code"`)
175
- process.exitCode = code
176
- this.kill()
177
})
178
179
/**
0 commit comments