Closed jridgewell closed 3 years ago
I missed the trailing ), which caused a SyntaxError. Funnily, this still logged the error, because the full message is included in thrown SyntaxError.
)
SyntaxError
I missed the trailing
)
, which caused aSyntaxError
. Funnily, this still logged the error, because the full message is included in thrownSyntaxError
.