Skip to content

Commit dcb3676

Browse files
talveserquhart
authored andcommitted
passthrough for backwards compatibility
1 parent c38a887 commit dcb3676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/actions/config.js

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ async function getConfig(file, isPreloaded) {
8686
if (!isYaml) {
8787
console.log(`Response for ${ file } was not yaml. (Content-Type: ${ contentType })`);
8888
if (isPreloaded) return parseConfig('');
89-
throw new Error('Failed to load configuration.');
9089
}
9190
return parseConfig(await response.text());
9291
}

0 commit comments

Comments
 (0)