mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
[bugfix] correct error message when app version is not found
This commit is contained in:
committed by
Christoph Herzog
parent
b19a1e1e82
commit
b663584126
@@ -884,7 +884,7 @@ fn get_app_logs(
|
||||
.run_graphql(types::GetDeployAppLogs::build(variables.clone()))
|
||||
.await?
|
||||
.get_deploy_app_version
|
||||
.context("unknown package version")?;
|
||||
.context("app version not found")?;
|
||||
|
||||
let page: Vec<_> = deploy_app_version
|
||||
.logs
|
||||
|
||||
Reference in New Issue
Block a user