Skip to content

Commit

Permalink
passthrough for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
talves authored and erquhart committed Mar 28, 2018
1 parent a1c8f22 commit 82e450c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ async function getConfig(file, isPreloaded) {
if (!isYaml) {
console.log(`Response for ${ file } was not yaml. (Content-Type: ${ contentType })`);
if (isPreloaded) return parseConfig('');
throw new Error('Failed to load configuration.');
}
return parseConfig(await response.text());
}
Expand Down

0 comments on commit 82e450c

Please sign in to comment.