diff --git a/houston-common-lib/lib/server.ts b/houston-common-lib/lib/server.ts index cbf9d88..53d0581 100644 --- a/houston-common-lib/lib/server.ts +++ b/houston-common-lib/lib/server.ts @@ -48,7 +48,7 @@ export class Server { return this.execute(new Command(["true"]), true).map(() => true); } - getServerInfo(): ResultAsync { + getServerInfo(): ResultAsync, ProcessError | SyntaxError> { return new File( this, "/etc/45drives/server_info/server_info.json"