Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Feb 25, 2019
1 parent 2f51694 commit 9aa6380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/wasmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9aa6380

Please sign in to comment.