lared

Results 2 issues of lared

Consider the following code: ``` setTimeout(() => dupa(), 0); function dupa() { jaś(); } function jaś() { throw new TypeError("whatever"); } ``` When minified and executed in chrome without any...

Affected version: Bruno v0.20.0, electron Version 0.18.0 (and 19): ![](https://imgur.com/YX81qmH.png) Version 0.20.0: ![](https://imgur.com/GEv5Vug.png) It's *very* unintuitive for me that I need to press alt to see the menu, especially since...

good first issue
help wanted