←back to thread

97 points appliku | 1 comments | | HN request time: 0.326s | source
1. nkrisc ◴[] No.45158728[source]
For anyone using a dark theme with their browser or OS, the string constants actually have interpolation syntax in them. It's just black, on a black background. For example, I thought it was strange their error message was:

    "Error:       "
Turns out its actually:

    "Error: ${msg}"