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
{{ message }}
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.
I'm wondering if it's possible to disable the output depth for particular objects. I integrated Jquery and various other APIs into jsrepl and I get the entire object outputted on the screen when I run simple functions.
The text was updated successfully, but these errors were encountered:
Never mind I just figured it out. For those who want to know... the depth is being controled by the inspect function in the console.js file which can be accessed from jsrepl_js.js.
I am trying to get a result from a callback so I want the depth to be null for the API object and at 4 for the result from the callback. What's the best way to do this?
I'm wondering if it's possible to disable the output depth for particular objects. I integrated Jquery and various other APIs into jsrepl and I get the entire object outputted on the screen when I run simple functions.
The text was updated successfully, but these errors were encountered: