mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-24 13:11:35 +00:00
make it possible to catch an error on calls
This commit is contained in:
@ -2,5 +2,5 @@ import {FluenceClient} from "@fluencelabs/fluence";
|
||||
import {doStuff} from "./compiled/complex";
|
||||
|
||||
export async function complexCall(client: FluenceClient) {
|
||||
await doStuff(client, client.relayPeerId!)
|
||||
return await doStuff(client, client.relayPeerId!)
|
||||
}
|
||||
|
Reference in New Issue
Block a user