• Resolved kanwei_doublethedonation

    (@kanwei_doublethedonation)


    Anything with an empty curly bracket start and closing next to each other gets removed from final output. For example:

    catch(t){}

    becomes

    catch(t)

    Adding a space, such as catch(t){ }, results in the correct output.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Empty curly bracket gets deleted’ is closed to new replies.