Skip to content

Commit 0356e45

Browse files
committed
more debug log in ci
1 parent d837c4a commit 0356e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_server_integration.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ T["server"]["start without initialize"] = function()
5959
return _G.server and _G.server:is_running()
6060
end, 100)
6161
]])
62+
eq(child.lua_get("_G.notifications"), true)
6263
eq(child.lua_get("_G.server_started"), true)
6364
sleep(1000)
6465
eq(child.lua_get("_G.server.initialized"), false)

0 commit comments

Comments
 (0)