Skip to content

Commit

Permalink
prevent 404 errors from stoppping fractal server
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderwielen committed Sep 9, 2019
1 parent 02f4a50 commit aebb1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/commands/web.start.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
} else {
this.console.error(err.message, err);
}
done();
});

server.on('destroy', () => done());
Expand Down

0 comments on commit aebb1ad

Please sign in to comment.