mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove stray if
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = (grunt) ->
|
||||
{spawn, rm} = require('./task-helpers')(grunt)
|
||||
|
||||
grunt.registerTask 'create-installer', 'Create the Windows installer', ->
|
||||
return unless if process.platform is 'win32'
|
||||
return unless process.platform is 'win32'
|
||||
|
||||
done = @async()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user