summaryrefslogtreecommitdiff
path: root/scripts/fuzz_shell.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fuzz_shell.js')
-rw-r--r--scripts/fuzz_shell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_shell.js b/scripts/fuzz_shell.js
index 671a054c4..dbe17098d 100644
--- a/scripts/fuzz_shell.js
+++ b/scripts/fuzz_shell.js
@@ -196,7 +196,7 @@ sortedExports.forEach(function(e) {
Asyncify.check();
if (typeof exports[e] !== 'function') return;
try {
- console.log('[fuzz-exec] calling $' + e);
+ console.log('[fuzz-exec] calling ' + e);
var result = exports[e]();
if (typeof result !== 'undefined') {
console.log('[fuzz-exec] note result: $' + e + ' => ' + result);