Skip to content

Commit

Permalink
Fix unsupported start
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Sep 6, 2022
1 parent ed22c4c commit 8c6791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-support/src/wit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn process(
Ok(ProcessResult {
adapters,
aux,
start_found: cx.start_found,
start_found: cx.start_found && cx.support_start,
})
}

Expand Down

0 comments on commit 8c6791e

Please sign in to comment.