fix: remove confusing error message about bad layout

This commit is contained in:
Zoltan Kochan
2019-03-18 01:32:34 +02:00
parent b7707648e9
commit 59d53bfd5e

View File

@@ -23,9 +23,7 @@ export default function checkCompatibility (
}
if (!modules.layoutVersion || modules.layoutVersion !== LAYOUT_VERSION) {
throw new ModulesBreakingChangeError({
additionalInformation: 'The change was needed to make `independent-leafs` not the default installation layout',
modulesPath: opts.modulesPath,
relatedIssue: 821,
})
}
}