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
@Messj1 can you elaborate on this one? I agree that starting a timer and never stopping it is not the best. But I'm not sure where ulog.set('log_config', {}) comes in. In ulog, you only get and set strings. Not objects. Also, the log_config setting is unused in the browser. It allows you to configure the path to the config file on Node JS.
Split off from #52 where @Messj1 wrote:
BTW: There seems to be a bug 🐛 in the code. The interval get not stopped if someone call
ulog.set("log_config", {});
ulog/mods/config/index.js
Lines 43 to 44 in 2aa3419
Maybe a destructor callback would do the trick. At the end,
watch.browser.js
would look something like that:The text was updated successfully, but these errors were encountered: