From: Chris Duncan Date: Tue, 10 Dec 2024 22:06:58 +0000 (-0800) Subject: Format testing log. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=1e91576dcc08f27d6dc4a2a8460f1f56dce2501f;p=libnemo.git Format testing log. --- diff --git a/perf/main.mjs b/perf/main.mjs index 23ff8a9..8905839 100644 --- a/perf/main.mjs +++ b/perf/main.mjs @@ -5,6 +5,4 @@ import './wallet.perf.js' import './account.perf.js' import './block.perf.js' -document.addEventListener('load', () => { - console.log('> TESTING COMPLETE <') -}) +console.log('%cTESTING COMPLETE', 'color:orange;font-weight:bold')