We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bd6e5 commit 776f6a7Copy full SHA for 776f6a7
1 file changed
src/manifest-creation.ts
@@ -37,6 +37,7 @@ export class ManifestCreation {
37
manifest = yaml.safeLoad(file);
38
} catch (error) {
39
// App config does not exist, which is ok.
40
+ // @ts-ignore - in theory error can be anything
41
if (error.code !== "ENOENT") {
42
throw error;
43
}
0 commit comments