Skip to content

Commit

Permalink
DOCKER-592 disable the restify uncaughtException handler
Browse files Browse the repository at this point in the history
Reviewed by: Julien Gilli <julien.gilli@joyent.com>
Approved by: Julien Gilli <julien.gilli@joyent.com>
  • Loading branch information
twhiteman committed Oct 13, 2017
1 parent 24514b9 commit 0affa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/docker.js
Expand Up @@ -279,6 +279,7 @@ App.prototype.setupServer = function () {
log: self.log,
name: 'sdc-docker',
version: self.version,
handleUncaughtExceptions: false,
handleUpgrades: true,
formatters: {
/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sdc-docker",
"version": "0.4.8",
"version": "0.4.9",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 0affa5c

Please sign in to comment.