You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When lua parsing fails with an error from full moon in extractor/source_file.rs -> full_moon::parse, it or something like extractor/lib.rs should append an "in " + human_path_to_file after the error messages as they do not currently include this, making it hard to locate the files.
Current error: error occurred while creating ast: unexpected token 'local'. Starting from line 22, character 5 and ending on line 22, character 10)
Suggested error: error occurred while creating ast: unexpected token 'local'. Starting from line 22, character 5 and ending on line 22, character 10) in src/StarterPlayer/StarterPlayerScripts/Client/Controllers/Combat/Bullets.lua
The text was updated successfully, but these errors were encountered:
When lua parsing fails with an error from full moon in
extractor/source_file.rs
->full_moon::parse
, it or something likeextractor/lib.rs
should append an "in " + human_path_to_file after the error messages as they do not currently include this, making it hard to locate the files.Current error:
error occurred while creating ast: unexpected token 'local'. Starting from line 22, character 5 and ending on line 22, character 10)
Suggested error:
error occurred while creating ast: unexpected token 'local'. Starting from line 22, character 5 and ending on line 22, character 10)
in src/StarterPlayer/StarterPlayerScripts/Client/Controllers/Combat/Bullets.lua
The text was updated successfully, but these errors were encountered: