mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add all specs to queue
This commit is contained in:
@@ -29,7 +29,6 @@ module.exports = (grunt) ->
|
||||
try
|
||||
{engines} = grunt.file.readJSON(path.join(packagePath, 'package.json')) ? {}
|
||||
queue.push(packagePath) if engines.atom?
|
||||
break
|
||||
|
||||
queue.concurrency = 1
|
||||
queue.drain = -> done(passed)
|
||||
|
||||
Reference in New Issue
Block a user