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
I often get tripped up by the fact that I need to set localStorage.debug but in the node environment its DEBUG (lower versus upper case). It would be a nice enhancement if the debug package in the browser checked localStorage.debug || localStorage.DEBUG, if it did, it would save me an (embarrassing) amount of time.
The text was updated successfully, but these errors were encountered:
lzilioli
added a commit
to lzilioli/debug
that referenced
this issue
Jan 15, 2025
I often get tripped up by the fact that I need to set
localStorage.debug
but in the node environment itsDEBUG
(lower versus upper case). It would be a nice enhancement if the debug package in the browser checkedlocalStorage.debug || localStorage.DEBUG
, if it did, it would save me an (embarrassing) amount of time.The text was updated successfully, but these errors were encountered: