We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e6d14 commit 769485bCopy full SHA for 769485b
test.lua
@@ -77,6 +77,8 @@ local function main()
77
local lclient = require 'tclient.lclient'
78
local ws = require 'workspace'
79
80
+ log.info = print
81
+
82
for _, os in ipairs {'Windows', 'Linux', 'macOS'} do
83
require 'bee.platform'.OS = os
84
---@async
0 commit comments