Closed
Description
Copied over from https://github.com/lgtmhq/lgtm-queries/issues/50
I don't see where a semicolon would be missing.
if (arg.startsWith('-'))
throw new ConfigurationError(`Unknown option '${arg}'.`);
Copied over from https://github.com/lgtmhq/lgtm-queries/issues/50
I don't see where a semicolon would be missing.
if (arg.startsWith('-'))
throw new ConfigurationError(`Unknown option '${arg}'.`);