chore: use biome instead of rome
[benchmarks-js.git] / random.mjs
index d59c81359809a995111ba10bab27ef4874a8bd8b..e1062c05c7e4a4d17749645af4d8a271ac0fd547 100644 (file)
@@ -100,6 +100,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-).catch((err) => {
+).catch(err => {
   console.error(err)
 })