From 9aa63804609a88b92224a7af6d2a31a3ae706d25 Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Mon, 25 Feb 2019 11:53:15 -0800 Subject: [PATCH] lol --- src/bin/wasmer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/wasmer.rs b/src/bin/wasmer.rs index a96507f9f..d5364504b 100644 --- a/src/bin/wasmer.rs +++ b/src/bin/wasmer.rs @@ -86,7 +86,7 @@ fn execute_wasm(options: &Run) -> Result<(), String> { #[cfg(target_os = "windows")] let disable_cache = true; #[cfg(not(target_os = "windows"))] - let disable_windows = options.disable_cache; + let disable_cache = options.disable_cache; let wasm_path = &options.path;