This commit is contained in:
Mackenzie Clark
2019-02-25 11:53:15 -08:00
parent 2f51694815
commit 9aa6380460

View File

@ -86,7 +86,7 @@ fn execute_wasm(options: &Run) -> Result<(), String> {
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
let disable_cache = true; let disable_cache = true;
#[cfg(not(target_os = "windows"))] #[cfg(not(target_os = "windows"))]
let disable_windows = options.disable_cache; let disable_cache = options.disable_cache;
let wasm_path = &options.path; let wasm_path = &options.path;