Replies: 1 comment
-
This is basically the problem in #2109 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the example at the bottom. Here we are trying to load an app (say
huh.pl
) and the config file is missing. Not a big deal asbut run this under morbo and you get
which makes even less sense as the
$path
in that method inServer.pm
does give the absolute path to the script.Came across this as I was setting up my new PC, I was getting this error if there were modules I had forgotten to install, or as here a config file that was not under version control (in this case this file should not be under version control).
Is there any way to get a more relevant error message here? Or is this just a feature?
(perl 5.34, Mojo 9.34)
Beta Was this translation helpful? Give feedback.
All reactions