E0120: missing body for try statement
try
statements require a body, which must be a list of statements
surrounded by {
and }
. It is a syntax error to omit the body of a try
statement:
To fix this error, write the body of the try
statement:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors