Skip to content

Commit 88eacc8

Browse files
committed
Lets not make new bugs...
1 parent fed380a commit 88eacc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runner.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Runner
7474
start: ->
7575
unless @running
7676
@running = true
77-
@reset() unless @startTime or @finished
77+
@reset() if not @startTime or @finished
7878
@lastTime = $.now()
7979
@interval = setInterval(=>
8080
@update()

0 commit comments

Comments
 (0)