MujahedSafaa
MujahedSafaa
Hello @anggoran, Could you please provide the steps to reproduce the issue? Thanks!
@hyp3rflow I will try to investigate in this bug and find out the root cause.
@bartlomieju I have a question regarding the fix for this bug. Should the fix prevent deleting properties such as `close` from `globalThis`, or should it display an error message indicating...
@bartlomieju Could you please give me more details or any code hints that might be helpful?
Thanks, @bartlomieju, for the explanation; it was really helpful. I added globalThis.closed to the REPL_INTERNALS_NAME object and replaced the call from self.evaluate_expression("(this.closed)") with a call from the REPL_INTERNALS_NAME object, as...
@bartlomieju Yes, I tried it, and the issue is resolved. It didn't cause any panic. I have no concerns now, so I will open a pull request for the bug.
> Thanks for the PR, but see the comments. Also, would you be able to sign the CLA? I signed the CLA document
> The PR seems to be missing a test case that exercises the change and shows why it was made. What happens when the `.stack` property holds something that `JSON.stringify`...
> Try running this snippet with the changes in this PR. On my end it causes an unexpected exception: > > ```ts > console.log(new Error("foo", { cause: 9007199254740991n })); >...
@marvinhagemeister I changed my code to use **inspect** rather than **JSONstringify**, since it handles all the data types