We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 891dca7 + 33a6dbd commit 0909b69Copy full SHA for 0909b69
src/core/registry.ts
@@ -18,7 +18,7 @@ export async function registryReadString(
18
// if an array is passed then call each one in turn
19
if (Array.isArray(root)) {
20
for (const r of root) {
21
- const val = registryReadString(r, key, value);
+ const val = await registryReadString(r, key, value);
22
if (val !== undefined) {
23
return val;
24
}
0 commit comments