Skip to content

Commit

Permalink
Make warnings a bit less annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 9, 2023
1 parent ea120e5 commit 46d84f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const libs = (
// await impl.default(); // Init Wasm
return { name: dir, impl };
} catch (err) {
console.warn(err);
console.warn(err.toString());
return null;
}
})
Expand Down

0 comments on commit 46d84f1

Please sign in to comment.