build(typescript): make TS happy

This commit is contained in:
Gregor Martynus 2023-01-09 17:02:58 -08:00
parent 85bd6e5d55
commit 776f6a782f
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export class ManifestCreation {
manifest = yaml.safeLoad(file); manifest = yaml.safeLoad(file);
} catch (error) { } catch (error) {
// App config does not exist, which is ok. // App config does not exist, which is ok.
// @ts-ignore - in theory error can be anything
if (error.code !== "ENOENT") { if (error.code !== "ENOENT") {
throw error; throw error;
} }