mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Quite some grunt.log.write
This commit is contained in:
@@ -10,6 +10,7 @@ packageJson = require './package.json'
|
||||
module.exports = (grunt) ->
|
||||
if not grunt.option('verbose')
|
||||
grunt.log.writeln = (args...) -> grunt.log
|
||||
grunt.log.write = (args...) -> grunt.log
|
||||
|
||||
[major, minor, patch] = packageJson.version.split('.')
|
||||
if process.platform is 'win32'
|
||||
|
||||
Reference in New Issue
Block a user