Skip to content

Commit

Permalink
Change logging to error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Nov 29, 2024
1 parent e1064ed commit 503c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest/parsers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ManifestParser {
const manifestFile = readFileSync(manifestLocation, "utf8");
return JSON.parse(manifestFile);
} catch (error) {
this.terminal.debug(
this.terminal.error(
"ManifestParser",
`Could not read manifest file at ${manifestLocation}, ignoring error`,
error,
Expand Down

0 comments on commit 503c82e

Please sign in to comment.