mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Improved run command
This commit is contained in:
1
lib/cache/src/filesystem.rs
vendored
1
lib/cache/src/filesystem.rs
vendored
@@ -58,7 +58,6 @@ pub struct FileSystemCache {
|
||||
|
||||
impl FileSystemCache {
|
||||
/// Construct a new `FileSystemCache` around the specified directory.
|
||||
/// The contents of the cache are stored in sub-versioned directories.
|
||||
pub fn new<P: Into<PathBuf>>(path: P) -> io::Result<Self> {
|
||||
let path: PathBuf = path.into();
|
||||
if path.exists() {
|
||||
|
||||
Reference in New Issue
Block a user