summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-abort-on-uncaught.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-08 23:04:17 -0700
committerRich Trott <rtrott@gmail.com>2016-05-11 23:18:16 -0700
commita56da51a384ca301fc9c608eadc608e6449fafe4 (patch)
treeb1f756cda1ce89b6a9d8cbd320364ca5ecbd38d0 /test/parallel/test-domain-abort-on-uncaught.js
parente16e611089f0bf1870a760f7e344e8da6f001428 (diff)
downloadandroid-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.tar.gz
android-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.tar.bz2
android-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.zip
benchmark,test,lib: remove extra spaces
In preparation for stricter linting, remove extra spaces. PR-URL: https://github.com/nodejs/node/pull/6645 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'test/parallel/test-domain-abort-on-uncaught.js')
-rw-r--r--test/parallel/test-domain-abort-on-uncaught.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-domain-abort-on-uncaught.js b/test/parallel/test-domain-abort-on-uncaught.js
index 9d23046506..a129b0858c 100644
--- a/test/parallel/test-domain-abort-on-uncaught.js
+++ b/test/parallel/test-domain-abort-on-uncaught.js
@@ -239,7 +239,7 @@ if (process.argv[2] === 'child') {
testCmd += 'ulimit -c 0 && ';
}
- testCmd += process.argv[0];
+ testCmd += process.argv[0];
testCmd += ' ' + '--abort-on-uncaught-exception';
testCmd += ' ' + process.argv[1];
testCmd += ' ' + 'child';