Skip to content

Commit 641203d

Browse files
committed
Return undefined
1 parent 2c6344c commit 641203d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/util/postinstall.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async function getFullConfig(partialConfig) {
102102
`Unable to fetch Firebase config, ignoring FIREBASE_WEBAPP_CONFIG.\n`,
103103
e
104104
);
105+
return undefined;
105106
}
106107
}
107108

0 commit comments

Comments
 (0)