Skip to content

Commit 776f6a7

Browse files
committed
build(typescript): make TS happy
1 parent 85bd6e5 commit 776f6a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/manifest-creation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class ManifestCreation {
3737
manifest = yaml.safeLoad(file);
3838
} catch (error) {
3939
// App config does not exist, which is ok.
40+
// @ts-ignore - in theory error can be anything
4041
if (error.code !== "ENOENT") {
4142
throw error;
4243
}

0 commit comments

Comments
 (0)