diff options
Diffstat (limited to 'script/cli/check_worker.lua')
-rw-r--r-- | script/cli/check_worker.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/cli/check_worker.lua b/script/cli/check_worker.lua index f8be88d6..0a121344 100644 --- a/script/cli/check_worker.lua +++ b/script/cli/check_worker.lua @@ -11,6 +11,7 @@ local protoDiag = require 'proto.diagnostic' local config = require 'config.config' local fs = require 'bee.filesystem' local provider = require 'provider' +local await = require 'await' require 'plugin' require 'vm' @@ -61,6 +62,7 @@ end ---@async xpcall(lclient.start, errorhandler, lclient, function (client) + await.disable() client:registerFakers() client:initialize { |