Skip to content

Commit 98458ee

Browse files
committed
[FIX] set exit code to 0 instead of 1
1 parent 07e58fd commit 98458ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ impl Server {
261261
pid_thread = Some(self.spawn_pid_thread(pid, stop_receiver));
262262
}
263263
let mut wait_exit_notification = false;
264-
let mut exit_no_error_code = false;
264+
let mut exit_no_error_code = true;
265265
loop {
266266
let index = select.ready();
267267
let res = if index == 0 {

0 commit comments

Comments
 (0)