Skip to content

Commit

Permalink
Merge pull request #2664 from emmericp/faster-checks
Browse files Browse the repository at this point in the history
Disable await.delay() when running --check
  • Loading branch information
sumneko authored May 16, 2024
2 parents 5093bca + fd48abd commit 27c49b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/cli/check_worker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -61,6 +62,7 @@ end

---@async
xpcall(lclient.start, errorhandler, lclient, function (client)
await.disable()
client:registerFakers()

client:initialize {
Expand Down

0 comments on commit 27c49b2

Please sign in to comment.