Skip to content

Commit b70f767

Browse files
committed
skip load check
1 parent 34e93a9 commit b70f767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wasp/wasp.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ func (g *Generator) pacedCall() {
630630
if !g.Stats().RunStarted.Load() {
631631
return
632632
}
633-
if g.rl.Load() == nil {
634-
return
635-
}
633+
//if g.rl.Load() == nil {
634+
// return
635+
//}
636636
(*g.rl.Load()).Take()
637637
if g.stats.RunPaused.Load() {
638638
return

0 commit comments

Comments
 (0)