diff --git a/src/manifest-creation.ts b/src/manifest-creation.ts index fe8ecdd0..405d328d 100644 --- a/src/manifest-creation.ts +++ b/src/manifest-creation.ts @@ -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; }