diff options
Diffstat (limited to 'test/parallel/test-handle-wrap-close-abort.js')
-rw-r--r-- | test/parallel/test-handle-wrap-close-abort.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-handle-wrap-close-abort.js b/test/parallel/test-handle-wrap-close-abort.js index c1179f72a1..8e2388fa84 100644 --- a/test/parallel/test-handle-wrap-close-abort.js +++ b/test/parallel/test-handle-wrap-close-abort.js @@ -1,3 +1,4 @@ +'use strict'; var common = require('../common'); process.on('uncaughtException', function() { }); |