Browse Source

Fix panicking handling file without extension

index-subcmd
Unreal Hoang Vincent Prouillet 6 years ago
parent
commit
ffcc455ed5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/cmd/serve.rs

+ 1
- 1
src/cmd/serve.rs View File

@@ -283,7 +283,7 @@ fn is_temp_file(path: &Path) -> bool {
}
},
None => {
path.ends_with(".DS_STORE")
true
},
}
}


Loading…
Cancel
Save