Skip to content

Commit 1fb6499

Browse files
committed
try with unsafe deref
1 parent 8f95af4 commit 1fb6499

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
@@ -632,9 +632,9 @@ func (g *Generator) pacedCall() {
632632
if !g.Stats().RunStarted.Load() {
633633
return
634634
}
635-
if g.rl.Load() == nil {
636-
return
637-
}
635+
//if g.rl.Load() == nil {
636+
// return
637+
//}
638638
(*g.rl.Load()).Take()
639639
if g.stats.RunPaused.Load() {
640640
return

0 commit comments

Comments
 (0)