Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 2, 2024
1 parent 16f42c8 commit 5fc1434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/renderer/src/render/canvas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ mod tests {
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);

const SHOW_RESULT: bool = true;
#[cfg(feature = "worker")]
const IN_WORKER: bool = false;

fn hash_bytes<T: AsRef<[u8]>>(bytes: T) -> String {
Expand Down

0 comments on commit 5fc1434

Please sign in to comment.