Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat: add debugger to the host hook to simplify the inspect #5
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). |
|
oh, it seems like I have requested this feature month ago... @devsnek hi |
| @@ -27,6 +27,7 @@ addEventListener('message', ({ data }) => { | |||
|
|
|||
| const agent = new Agent({ | |||
| features: [...state.get('features')], | |||
| onDebugger() { debugger }, // eslint-disable-line no-debugger | |||
devsnek
Oct 3, 2020
Member
Suggested change
onDebugger() { debugger }, // eslint-disable-line no-debugger
onDebugger() {
debugger; // eslint-disable-line no-debugger
},
| onDebugger() { debugger }, // eslint-disable-line no-debugger | |
| onDebugger() { | |
| debugger; // eslint-disable-line no-debugger | |
| }, |
|
Oh I have deleted forked repo in last few months so if I have to commit the change, I need to re-fork and open a new pr. Do you accept this without review resolved? Or I need to do it later |
|
pushed manually. |
|
Cool thanks! |
No description provided.