Skip to content

Commit a4f9b08

Browse files
committed
passthrough for backwards compatibility
1 parent f32c586 commit a4f9b08

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
@@ -79,7 +79,6 @@ async function getConfig(file, isPreloaded) {
7979
if (!isYaml) {
8080
console.log(`Response for ${ file } was not yaml. (Content-Type: ${ contentType })`);
8181
if (isPreloaded) return parseConfig('');
82-
throw new Error('Failed to load configuration.');
8382
}
8483
return parseConfig(await response.text());
8584
}

0 commit comments

Comments
 (0)