fix inert functionality pt2

This commit is contained in:
c0repwn3r 2023-07-12 11:53:52 -04:00
parent f986f0dfa2
commit f28758a211
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ pub fn nebulaworker_main(_config: TFClientConfig, _instance: String, _transmitte
break; break;
} }
_ => () _ => ()
},
Err(e) => {
error!("{}", e);
break;
} }
} }
} }