mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-28 23:09:31 -04:00
checkpoint
This commit is contained in:
parent
10a0e3b629
commit
221c09b555
40 changed files with 428 additions and 298 deletions
|
@ -209,7 +209,7 @@ pub fn startup_veilid_core(update_callback_js: Function, json_config: String) ->
|
|||
match Function::call1(&update_callback_js, &JsValue::UNDEFINED, &to_json(update)) {
|
||||
Ok(v) => v,
|
||||
Err(e) => {
|
||||
error!("calling update callback failed: {:?}", e);
|
||||
console_log(&format!("calling update callback failed: {:?}", e));
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue