mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Update src/lune/builtins/luau.rs
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
parent
d3d0cb3a3d
commit
38a77238b7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ impl<'lua> FromLua<'lua> for LoadOptions {
|
|||
from: value.type_name(),
|
||||
to: "LoadOptions",
|
||||
message: Some(format!(
|
||||
"Invalid compile options - expected string or table, got {}",
|
||||
"Invalid load options - expected string or table, got {}",
|
||||
value.type_name()
|
||||
)),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue