E0141: expected ')' to close function call
A function call requires a list of arguments surrounded by (
and )
. It is a
syntax error to omit the final )
in a function call:
To fix this error, write the closing )
:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors