Skip to content

Commit

Permalink
- Fix missing dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 1, 2024
1 parent bc83122 commit c642bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zframework/clipboard_thread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ local getCHN,setCHN,triggerCHN=...
local CHN_demand,CHN_getCount=triggerCHN.demand,triggerCHN.getCount
local CHN_push,CHN_pop=triggerCHN.push,triggerCHN.pop

JS=require'Zframework.js'

local yield=coroutine.yield
local setThread=coroutine.wrap(function()
while true do
Expand Down Expand Up @@ -61,5 +63,3 @@ while true do-- Running
print('Running getThread')
getThread()
end

error()

0 comments on commit c642bd3

Please sign in to comment.