Update wording in error message

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Justin Holguín
2025-05-15 09:09:03 -07:00
committed by GitHub
parent e11bd00d83
commit 69b8872e09
+1 -1
View File
@@ -88,7 +88,7 @@ export async function generateDependencyGraphs(directory: string, config?: Maven
core.endGroup(); core.endGroup();
if (graphResults.exitCode !== 0) { if (graphResults.exitCode !== 0) {
throw new Error(`Failed to successfully dependency results with Maven, exit code: ${graphResults.exitCode}`); throw new Error(`Failed to successfully generate dependency results with Maven, exit code: ${graphResults.exitCode}`);
} }
} catch (err: any) { } catch (err: any) {
core.error(err); core.error(err);