File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
emmylua_code_analysis/src/resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub fn load_resource_std(
4040 . into_iter ( )
4141 . filter_map ( |file| {
4242 if file. path . ends_with ( ".lua" ) {
43- let path = std_dir . join ( & file. path ) . to_str ( ) . unwrap ( ) . to_string ( ) ;
43+ let path = resoucres_dir . join ( & file. path ) . to_str ( ) . unwrap ( ) . to_string ( ) ;
4444 Some ( LuaFileInfo {
4545 path,
4646 content : file. content ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pub struct CmdArgs {
2727 pub log_path : NoneableString ,
2828
2929 /// Path to the resources and logs directory. Use 'none' to indicate that assets should not be output to the file system.
30- #[ cfg_attr( feature = "cli" , structopt( long, default_value = "none " ) ) ]
30+ #[ cfg_attr( feature = "cli" , structopt( long, default_value = "\" \" " ) ) ]
3131 pub resources_path : NoneableString ,
3232
3333 /// Whether to load the standard library.
You can’t perform that action at this time.
0 commit comments