Skip to content

Commit 89eeef4

Browse files
committed
Change process exit to abort in lib.rs
Signed-off-by: branchseer <3612422+branchseer@users.noreply.github.com>
1 parent 6378869 commit 89eeef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/binding/src

packages/cli/binding/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub async fn run(options: CliOptions) {
220220
}
221221
}
222222
};
223-
std::process::exit(exit_code);
223+
std::process::abort()
224224
}
225225

226226
/// Convert JavaScript errors to Rust lint errors

0 commit comments

Comments
 (0)