Skip to content

Commit 27c49b2

Browse files
authored
Merge pull request #2664 from emmericp/faster-checks
Disable await.delay() when running --check
2 parents 5093bca + fd48abd commit 27c49b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/cli/check_worker.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local protoDiag = require 'proto.diagnostic'
1111
local config = require 'config.config'
1212
local fs = require 'bee.filesystem'
1313
local provider = require 'provider'
14+
local await = require 'await'
1415
require 'plugin'
1516
require 'vm'
1617

@@ -61,6 +62,7 @@ end
6162

6263
---@async
6364
xpcall(lclient.start, errorhandler, lclient, function (client)
65+
await.disable()
6466
client:registerFakers()
6567

6668
client:initialize {

0 commit comments

Comments
 (0)