Skip to content

Commit 40fd1d7

Browse files
committed
say hello at first to make everyone happy
1 parent db509e6 commit 40fd1d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/service/service.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ function m.testVersion()
249249
end
250250
end
251251

252+
function m.sayHello()
253+
proto.notify('$/hello', 'world')
254+
end
255+
252256
function m.lockCache()
253257
local fs = require 'bee.filesystem'
254258
local sp = require 'bee.subprocess'
@@ -284,6 +288,8 @@ function m.start()
284288

285289
require 'provider'
286290

291+
m.sayHello()
292+
287293
m.eventLoop()
288294
end
289295

0 commit comments

Comments
 (0)