I found another occurrence of this problem: STR: 1. open the console. 2. Enter `const` then press enter super quick. => `cconsole` is written most of the time. This happened especially to me when I wrote something like: `class bla = new Foo();` And then went to correct `class` to `const`, and then pressed enter to run it, just it didn't work because of this issue.
Bug 1600680 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I found another occurrence of the problem described and fixed in bug 1595068. STR: 1. open the console. 2. Enter `const` then press enter super quick. => `cconsole` is written most of the time. This happened especially to me when I wrote something like: `class bla = new Foo();` And then went to correct `class` to `const`, and then pressed enter to run it, just it didn't work because of this issue.