Skip to content

Commit 76cf6ad

Browse files
committed
debug
1 parent 0d82fab commit 76cf6ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/cli/binding/src

packages/cli/binding/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ pub async fn run(options: CliOptions) {
220220
}
221221
}
222222
};
223-
dbg!(exit_code);
224-
std::process::abort()
223+
std::process::exit(exit_code);
225224
}
226225

227226
/// Convert JavaScript errors to Rust lint errors

0 commit comments

Comments
 (0)