We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32c586 commit a4f9b08Copy full SHA for a4f9b08
src/actions/config.js
@@ -79,7 +79,6 @@ async function getConfig(file, isPreloaded) {
79
if (!isYaml) {
80
console.log(`Response for ${ file } was not yaml. (Content-Type: ${ contentType })`);
81
if (isPreloaded) return parseConfig('');
82
- throw new Error('Failed to load configuration.');
83
}
84
return parseConfig(await response.text());
85
0 commit comments