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
however I can't see anything coming out by default in the console.
I don't think its going to stderr or stdout.
is there anyway to set the log to go to a specific file, or somehow find it?
This seems to be a confirmed bug; the ! global debug setting gets parsed from the file and put into the this._global["debug"] variable, but this._debug isn't then triggered to copy the value from there so debug mode doesn't end up getting enabled.
I'm using a node app (npm module) and set the
! global debug = true
however I can't see anything coming out by default in the console.
I don't think its going to stderr or stdout.
is there anyway to set the log to go to a specific file, or somehow find it?
https://www.rivescript.com/docs/tutorial
The text was updated successfully, but these errors were encountered: