From 98a488d0efe520533316b0df32386d9b40c2ef17 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 27 Feb 2025 14:58:40 +0100 Subject: rename: message -> request the same thing was called either message or request now its only referred to as a request --- lang/gjs/src/_app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gjs/src/_app.ts') diff --git a/lang/gjs/src/_app.ts b/lang/gjs/src/_app.ts index 46497c1..13853f4 100644 --- a/lang/gjs/src/_app.ts +++ b/lang/gjs/src/_app.ts @@ -101,7 +101,7 @@ export function mkApp(App: App3 | App4) { try { app.acquire_socket() } catch (error) { - return client(msg => IO.send_message(app.instanceName, msg)!, ...programArgs) + return client(msg => IO.send_request(app.instanceName, msg)!, ...programArgs) } if (css) -- cgit v1.2.3