-
Notifications
You must be signed in to change notification settings - Fork 91
Unable to read symbolic link in debug mode #234
Comments
@Buckram123 Thanks for reporting this. Would you be interested in a PR for this fix? It seems to me we read the file directly here https://github.com/pyrossh/rust-embed/blob/master/utils/src/lib.rs#L136 |
This fn seems to be a better option, |
Hey, thanks for a quick reply! Sure, would be cool to contribute here. I'll try to fix it on saturday 🚀 |
Fixed in v8.3.0 |
RustEmbed::get fails to
get
a symbolic link file in debug mode, but suceeds in "release" see #235 for exampleThe text was updated successfully, but these errors were encountered: