From fbfe596c99924431b3e7105ab3c568bbf26f3fef Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 15 Apr 2021 13:53:23 -0300 Subject: don't global-hoist speedtest definition --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8.js b/upd8.js index 7396ac3..b1eb896 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(); -- cgit 1.3.0-6-gf8a5