Skip to content

Commit e760d2d

Browse files
committed
fix: restore ability to compile without tracing
Fixes #21
1 parent 6afbf8d commit e760d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/std/job_object.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ impl StdCommandWrapper for JobObject {
6363
#[cfg(not(feature = "creation-flags"))]
6464
let create_suspended = false;
6565

66+
#[cfg(feature = "tracing")]
6667
debug!(?create_suspended, "options from other wrappers");
6768

6869
let handle = HANDLE(inner.inner().as_raw_handle() as _);

0 commit comments

Comments
 (0)