You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newbie question - seeing unexpected error when using ololog as below. I include the lib like this: <script src="https://unpkg.com/ololog"></script>
then i setup simply like this:
let log = ololog;
log.configure ({
indent: { level: 3 }, //indent level
locate:true,
tag:true, //shows the 'iNFo' tag (or whatever) in front of msg
time:false //timestamps
});
but I see a console error on startup from the file get-source.js that i don't understand..
I haven't checked if it works for quite a while. Seems that it tries to fetch index.html (because your script is defined there) and then it fails for some reason. As a quick fix, setting locate: false might help.
newbie question - seeing unexpected error when using ololog as below. I include the lib like this:
<script src="https://unpkg.com/ololog"></script>
then i setup simply like this:
but I see a console error on startup from the file get-source.js that i don't understand..
The text was updated successfully, but these errors were encountered: