Skip to content

Commit

Permalink
Fix for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt authored and theduke committed Aug 15, 2024
1 parent 5d05cc7 commit 4dddcf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasix/src/state/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ impl WasiEnv {
}

/// Returns true if the environment has an active journal
#[cfg(feature = "journal")]
pub fn has_active_journal(&self) -> bool {
self.runtime().active_journal().is_some()
}
Expand Down

0 comments on commit 4dddcf2

Please sign in to comment.