zen-browser / desktop

🌀 Experience tranquillity while browsing the web without people tracking you!
https://zen-browser.app
Mozilla Public License 2.0
12.23k stars 289 forks source link

Web Developer Console does not store client inserted code #930

Closed MichaHere closed 2 weeks ago

MichaHere commented 2 weeks ago

What happened?

When writing code in the web developer console and executing the code, the code will not be executed. The following code returns nothing in the console: console.log("Hello world"). Functions will also not be saved.

Reproducible?

Version

1.0.0-a.29

Severity impact

Low

What platform are you seeing the problem on?

Linux

Relevant log output

No response

qtchaos commented 2 weeks ago

Fixed in a.30, update your browser.

MichaHere commented 2 weeks ago

Okay, thanks.