samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
662 stars 110 forks source link

how to log the console from VM #78

Open islamghany opened 3 years ago

islamghany commented 3 years ago

hey there i am building an IDE for JS and i am trying to console.log from it and the Console components does't update. this text is showing in the browser console but not in the Console Component when trying to console from my IDE

Screenshot from 2021-02-20 17-30-36

i want only know how to make console-feed Component listen when console in the virtual machine log

i am using esbuild to build the code from the ide