You just have to async/defer the console.log
call, e.g.
setTimeout(console.log.bind(console, '%cFoo', 'color: #FF00FF;'), 0);
You just have to async/defer the console.log
call, e.g.
setTimeout(console.log.bind(console, '%cFoo', 'color: #FF00FF;'), 0);