Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano Belloni committed Mar 24, 2022
1 parent eb03a37 commit 5732dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function getPackageDependencies(
rootPackageJsonDevDependencies[depName];
if (!depVersion) {
logger.error(
`Package ${depName} imported in ${target} source but not found in package dependencies or hoisted dependencies - this will prevent you from continuing in the next release of modular`,
`Package ${depName} imported in ${target} source but not found in package dependencies or hoisted dependencies - this will prevent you from successfully build, start or move packages in the next release of modular`,
);
}
manifest[depName] = depVersion;
Expand Down

0 comments on commit 5732dff

Please sign in to comment.