This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix panicking handling file without extension
index-subcmd
Unreal Hoang
Vincent Prouillet
6 years ago
parent
0e0cd244f3
commit
ffcc455ed5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 => {
None => {
path.ends_with(".DS_STORE")
true
},
},
}
}
}
}
Write
Preview
Loading…
Cancel
Save