We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38a887 commit dcb3676Copy full SHA for dcb3676
src/actions/config.js
@@ -86,7 +86,6 @@ async function getConfig(file, isPreloaded) {
86
if (!isYaml) {
87
console.log(`Response for ${ file } was not yaml. (Content-Type: ${ contentType })`);
88
if (isPreloaded) return parseConfig('');
89
- throw new Error('Failed to load configuration.');
90
}
91
return parseConfig(await response.text());
92
0 commit comments