Skip to content

Commit

Permalink
Explisit comma
Browse files Browse the repository at this point in the history
  • Loading branch information
stremlenye committed Oct 5, 2015
1 parent 823ee7f commit 4b0bf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/import.coffee
Expand Up @@ -71,7 +71,7 @@ class Import
Promise.map(chunks, p, { concurrency: 20 })
.then((results) => results.reduce((agg, r) ->
agg.concat(r)
[]))
, []))

processProducts: (products) ->
console.warn "Mapping done. About to process existing product(s) ..."
Expand Down

0 comments on commit 4b0bf20

Please sign in to comment.