Debugging: Clipboard
This commit is contained in:
parent
e33a918f10
commit
e8b48506ff
|
@ -12,7 +12,7 @@ function M.lookup()
|
||||||
local response = handle:read("*a")
|
local response = handle:read("*a")
|
||||||
handle:close()
|
handle:close()
|
||||||
|
|
||||||
print(response)
|
print(keywords)
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in New Issue