Skip to content

Commit cb2cfed

Browse files
committed
chrome: fix wasm build
Signed-off-by: William Casarin <jb55@jb55.com>
1 parent 21f21ea commit cb2cfed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/notedeck_chrome/src/chrome.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ impl Chrome {
164164
notedeck_ref.app_ctx.path,
165165
);
166166
#[cfg(feature = "wasm")]
167-
let wasm_dir = context
167+
let wasm_dir = notedeck_ref
168+
.app_ctx
168169
.path
169170
.path(notedeck::DataPathType::Cache)
170171
.join("wasm_apps");

0 commit comments

Comments
 (0)