@lowdefy/build 4.0.0-alpha.18 → 4.0.0-alpha.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ async function getConfigFile({ context , refDef , referencedFrom }) {
19
19
  _ref: refDef.original
20
20
  })} in file ${referencedFrom}`);
21
21
  }
22
- const content = context.readConfigFile(refDef.path);
22
+ const content = await context.readConfigFile(refDef.path);
23
23
  if (content === null) {
24
24
  throw new Error(`Tried to reference file "${refDef.path}" from "${referencedFrom}", but file does not exist.`);
25
25
  }