diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,5 +26,5 @@ if (onfiles || args.length==0) { : "All "+test.length+" passed!" ); } else { - console.log(args.map(bqn)); + args.map(a=>console.log(bqn.fmt(bqn(a)))); } |
