From 78cf15a9cd935ac6bd4b3c01930a8b341ad63bef Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 1 Oct 2016 17:29:31 -0700 Subject: [PATCH] Fix unwanted array comprehension. --- src/General/Build.Test.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Build.Test.coffee b/src/General/Build.Test.coffee index 9a9224edd..13c5a30db 100644 --- a/src/General/Build.Test.coffee +++ b/src/General/Build.Test.coffee @@ -101,6 +101,7 @@ Build.Test = c.log "#{post.fullID} correct" Build.Test.postsRemaining-- Build.Test.report() if Build.Test.postsRemaining is 0 + return testAll: -> g.posts.forEach (post) ->