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, 0 insertions, 6 deletions
diff --git a/node_modules/tmp/test.js b/node_modules/tmp/test.js
deleted file mode 100644
index 8058221c4..000000000
--- a/node_modules/tmp/test.js
+++ /dev/null
@@ -1,6 +0,0 @@
-process.on('uncaughtException', function ( err ) {
- console.log('blah');
- throw err;
-});
-
-throw "on purpose"