Show game list for GameDig monitor

This commit is contained in:
Louis Lam
2023-01-24 23:03:01 +08:00
parent aab04f6644
commit 83e0401dd8
3 changed files with 70 additions and 5 deletions

View File

@@ -502,7 +502,7 @@ class Monitor extends BeanModel {
bean.status = UP;
bean.ping = state.ping;
} catch (e) {
throw new Error("Server is offline");
throw new Error(e.message);
}
} else if (this.type === "docker") {
log.debug(`[${this.name}] Prepare Options for Axios`);