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