Question
ColdFusion Builder 3
I was editing a JS file wanted to write a try catch. I started writing the catch part first. Then the try part. But, added the parentheses. I don't know what I was thinking. But, it locked up ColdFusion Builder 3 to the point that I had to restart my VM of Windows 2008 R2 64-bit.
try () { } catch ( e ) { }