diff --git a/samples/003.html b/samples/003.html index b7de373..862f57a 100644 --- a/samples/003.html +++ b/samples/003.html @@ -9,7 +9,14 @@ console.warn("This is a warning") console.info("Very important information") console.error("Failed to send your very important data to Google") + + let x = btoa("Hello world") + console.log(x)
There should be 5 logs.
+ +File a bug report.