mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Fix exit call in check licenses task
This commit is contained in:
@@ -21,5 +21,5 @@ module.exports = (grunt) ->
|
||||
console.error "#{name}"
|
||||
console.error " License: #{summary[name].license}"
|
||||
console.error " Repository: #{summary[name].repository}"
|
||||
exit 1
|
||||
process.exit 1
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user