diff options
Diffstat (limited to 'upd8.js')
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 7396ac3b..b1eb8966 100755 --- a/upd8.js +++ b/upd8.js @@ -1173,7 +1173,7 @@ const replacerSpec = { } { - function test(input) { + const test = input => { let n = 0; const s = 5; const start = Date.now(); |