From 9ddab372325165864ad600e51f06649363aefd2d Mon Sep 17 00:00:00 2001 From: ParticleG Date: Thu, 31 Oct 2024 21:02:17 +0800 Subject: [PATCH] - Update source --- Zframework/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index 0b13e976..d9fb027a 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -214,7 +214,9 @@ if JS then ]] ), function(data) res=data end, - function(id, error) print(id, error) end + function(id, error) print(id, error) end, + 3, + 'getClipboardText' ) return res end