Skip to content

Commit

Permalink
Update packages/apidom-reference/src/parse/parsers/workflows-json-1/i…
Browse files Browse the repository at this point in the history
…ndex.ts
  • Loading branch information
char0n authored Dec 21, 2023
1 parent 208914f commit 8611884
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const WorkflowsJson1Parser: stampit.Stamp<IParser> = stampit(Parser, {
const parserOpts = pick(['sourceMap', 'syntacticAnalysis', 'refractorOpts'], this);
return await parse(source, parserOpts);
} catch (error: any) {
// eslint-disable-next-line @typescript-eslint/no-throw-literal
throw new ParserError(`Error parsing "${file.uri}"`, { cause: error });
}
},
Expand Down

0 comments on commit 8611884

Please sign in to comment.