Skip to content

Commit

Permalink
build(typescript): make TS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 10, 2023
1 parent 85bd6e5 commit 776f6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class ManifestCreation {
manifest = yaml.safeLoad(file);
} catch (error) {
// App config does not exist, which is ok.
// @ts-ignore - in theory error can be anything
if (error.code !== "ENOENT") {
throw error;
}
Expand Down

0 comments on commit 776f6a7

Please sign in to comment.