summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/common.js b/benchmark/common.js
index cd75279e65..c4a5f7ebb6 100644
--- a/benchmark/common.js
+++ b/benchmark/common.js
@@ -27,7 +27,7 @@ if (module === require.main) {
});
if (filteredTests.length === 0) {
- console.error(`${testFilter} is not found in \n ${tests.join(' \n')}`);
+ console.error('%s is not found in \n %j', testFilter, tests);
return;
}
tests = filteredTests;