Skip to content

Commit

Permalink
fix(#3093): added URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 15, 2024
1 parent af896ac commit 6c9cc69
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public Input get(final String name) throws MalformedURLException {
input -> {
throw new IOException(
String.format(
"EO object '%s' is not found in this GitHub repository: https://github.com/objectionary/home. This means that you either misspelled the name of it or simply referred to your own local object somewhere in your code as if it was an object of 'org.eolang' package. Check the sources and make sure you always use +alias meta when you refer to an object outside of 'org.eolang', even if this object belongs to your package.",
"EO object '%s' is not found in this GitHub repository: https://github.com/objectionary/home by url: %s. This means that you either misspelled the name of it or simply referred to your own local object somewhere in your code as if it was an object of 'org.eolang' package. Check the sources and make sure you always use +alias meta when you refer to an object outside of 'org.eolang', even if this object belongs to your package.",
url,
name
),
input
Expand Down

0 comments on commit 6c9cc69

Please sign in to comment.