mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Check for failed packages first
This commit is contained in:
@@ -158,4 +158,4 @@ module.exports = (grunt) ->
|
||||
if process.platform is 'win32' and process.env.JANKY_SHA1
|
||||
done()
|
||||
else
|
||||
done(not coreSpecFailed and failedPackages.length is 0)
|
||||
done(not coreSpecFailed and failedPackages?.length is 0)
|
||||
|
||||
Reference in New Issue
Block a user