aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tmp/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tmp/test.js')
-rw-r--r--node_modules/tmp/test.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/tmp/test.js b/node_modules/tmp/test.js
new file mode 100644
index 000000000..8058221c4
--- /dev/null
+++ b/node_modules/tmp/test.js
@@ -0,0 +1,6 @@
+process.on('uncaughtException', function ( err ) {
+ console.log('blah');
+ throw err;
+});
+
+throw "on purpose"