Skip to content

Commit

Permalink
Add conditional import
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed Nov 5, 2024
1 parent 0f405d2 commit 0c13cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/edr_napi/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use std::{ops::Deref, sync::Arc};

#[cfg(feature = "tracing")]
use napi::Status;
use napi_derive::napi;
use tracing_subscriber::{prelude::*, EnvFilter, Registry};

Expand Down

0 comments on commit 0c13cda

Please sign in to comment.