Skip to content
Snippets Groups Projects
Commit 733951ab authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: Preset fetch error

parent e3c46bb9
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ async function resolveConfigPresets(
try {
fetchedPreset = await getPreset(preset);
} catch (err) {
logger.debug({ err }, 'Preset fetch error');
// istanbul ignore if
if (
err.message === 'platform-failure' ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment