File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mxmlextrema-as3parser"
3- version = " 1.5.0 "
3+ version = " 1.5.1 "
44edition = " 2021"
55authors = [
" Matheus Dias de Souza <[email protected] >" ]
66repository = " https://github.com/mxmlextrema/as3parser"
Original file line number Diff line number Diff line change @@ -3692,7 +3692,7 @@ impl<'input> Parser<'input> {
36923692 } else {
36933693 // Read included content
36943694
3695- let sub_file_path_pathbuf = sub_flex_file_path. to_path_buf ( ) . canonicalize ( ) . unwrap ( ) ;
3695+ let sub_file_path_pathbuf = sub_flex_file_path. to_path_buf ( ) . canonicalize ( ) . unwrap_or ( PathBuf :: new ( ) ) ;
36963696 let mut replaced = false ;
36973697
36983698 for ( replace_file_path, content) in self . replace_included_content . read ( ) . unwrap ( ) . iter ( ) {
You can’t perform that action at this time.
0 commit comments