mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 13:37:44 +00:00
Improve error message from unexpected WASM component failures, e.g. a component panics.
This commit is contained in:
parent
5e907590f4
commit
f4c4d540c7
1 changed files with 2 additions and 2 deletions
|
|
@ -241,8 +241,8 @@ pub(crate) async fn install_routes_and_jobs(
|
|||
)
|
||||
}
|
||||
Err(err) => {
|
||||
debug!("`call_incoming_http_handler` returned: {err}");
|
||||
return internal("call");
|
||||
warn!("`Error calling WASM component - call_incoming_http_handler` returned: {err}");
|
||||
return internal("component responded unexpectedly");
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue