1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-17 14:55:09 +02:00

feat(errors): more explicit module_or_overlay_not_found_error help message ()

This commit is contained in:
Emilien Fugier
2022-05-17 13:22:31 +02:00
committed by GitHub
parent 038391519b
commit 498672f5e5

@ -98,7 +98,7 @@ pub enum ParseError {
#[diagnostic(
code(nu::parser::module_not_found),
url(docsrs),
help("module files need to be available before your script is run")
help("module files and their paths must be available before your script is run as parsing occurs before anything is evaluated")
)]
ModuleNotFound(#[label = "module not found"] Span),