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(
40
40
. into_iter ( )
41
41
. filter_map ( |file| {
42
42
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 ( ) ;
44
44
Some ( LuaFileInfo {
45
45
path,
46
46
content : file. content ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pub struct CmdArgs {
27
27
pub log_path : NoneableString ,
28
28
29
29
/// 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 = "\" \" " ) ) ]
31
31
pub resources_path : NoneableString ,
32
32
33
33
/// Whether to load the standard library.
You can’t perform that action at this time.
0 commit comments