Skip to content

Commit

Permalink
refactor: Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Apr 15, 2024
1 parent d8ebfbd commit 8e6f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/metadataProvider/createPseudoModulesInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ try {
let sapui5Version: string | null | undefined = process.argv[3];

if (!url) {
throw new Error("Second argument \"url\" is missing");
throw new Error("First argument \"url\" is missing");
}

if (!sapui5Version) {
Expand Down

0 comments on commit 8e6f8fa

Please sign in to comment.