Skip to content

Commit

Permalink
Add exit debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Jul 9, 2023
1 parent 432b9da commit c24df48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/panel/http.test.js
Expand Up @@ -87,6 +87,10 @@ beforeAll(async () => {
server.stderr.on('data', (data) => {
console.warn(data.toString());
});

server.on('close', function(code) {
console.log(`Server exited with ${code}.`);
});
});

// Keep trying to connect to the server until it's ready
Expand Down

0 comments on commit c24df48

Please sign in to comment.