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
how are you using the package? Qlogger was written for nodejs apps, and the nodejs global.process object provides the input/output functions used to write the logs. In some versions of node even dependency loading using require() relies on process.
That said, I'll isolate the code better to allow loading and using it as long the i/o is not needed (as with a user-provided writer).
I get following errors.
Uncaught ReferenceError: process is not defined
The text was updated successfully, but these errors were encountered: