Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423365
D9481.id22668.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
435 B
Referenced Files
None
Subscribers
None
D9481.id22668.diff
View Options
diff --git a/support/aphlict/server/aphlict_server.js b/support/aphlict/server/aphlict_server.js
--- a/support/aphlict/server/aphlict_server.js
+++ b/support/aphlict/server/aphlict_server.js
@@ -65,7 +65,8 @@
var url = require('url');
process.on('uncaughtException', function(err) {
- debug.log("\n<<< UNCAUGHT EXCEPTION! >>>\n\n" + err);
+ debug.log("\n<<< UNCAUGHT EXCEPTION! >>>\n" + err.stack);
+
process.exit(1);
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 3:10 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708457
Default Alt Text
D9481.id22668.diff (435 B)
Attached To
Mode
D9481: Print out stack traces when Aphlict server dies
Attached
Detach File
Event Timeline
Log In to Comment