aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-with-abort-on-uncaught-exception.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-with-abort-on-uncaught-exception.js')
-rw-r--r--test/parallel/test-domain-with-abort-on-uncaught-exception.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/parallel/test-domain-with-abort-on-uncaught-exception.js b/test/parallel/test-domain-with-abort-on-uncaught-exception.js
index 55133ba673..3165663479 100644
--- a/test/parallel/test-domain-with-abort-on-uncaught-exception.js
+++ b/test/parallel/test-domain-with-abort-on-uncaught-exception.js
@@ -140,24 +140,24 @@ if (process.argv[2] === 'child') {
}
testDomainExceptionHandling('--abort_on_uncaught_exception', {
- throwInDomainErrHandler: false,
- useTryCatch: false
- });
+ throwInDomainErrHandler: false,
+ useTryCatch: false
+ });
testDomainExceptionHandling('--abort_on_uncaught_exception', {
- throwInDomainErrHandler: false,
- useTryCatch: true
- });
+ throwInDomainErrHandler: false,
+ useTryCatch: true
+ });
testDomainExceptionHandling('--abort_on_uncaught_exception', {
- throwInDomainErrHandler: true,
- useTryCatch: false
- });
+ throwInDomainErrHandler: true,
+ useTryCatch: false
+ });
testDomainExceptionHandling('--abort_on_uncaught_exception', {
- throwInDomainErrHandler: true,
- useTryCatch: true
- });
+ throwInDomainErrHandler: true,
+ useTryCatch: true
+ });
testDomainExceptionHandling({
throwInDomainErrHandler: false