summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js')
-rw-r--r--test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js b/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
index 6cbc9ba3e0..c106e40e27 100644
--- a/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
+++ b/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
@@ -82,7 +82,7 @@ function runTestWithAbortOnUncaughtException() {
}
function createTestCmdLine(options) {
- var testCmd = '';
+ let testCmd = '';
if (!common.isWindows) {
// Do not create core files, as it can take a lot of disk space on