@@ -1429,7 +1429,7 @@ module.exports = function(grunt) {
14291429 cmd : 'node' ,
14301430 args : [ 'tools/gutenberg/checkout-gutenberg.js' ] ,
14311431 opts : { stdio : 'inherit' }
1432- } , function ( error , result , code ) {
1432+ } , function ( error ) {
14331433 done ( ! error ) ;
14341434 } ) ;
14351435 } ) ;
@@ -1440,7 +1440,7 @@ module.exports = function(grunt) {
14401440 cmd : 'node' ,
14411441 args : [ 'tools/gutenberg/build-gutenberg.js' ] ,
14421442 opts : { stdio : 'inherit' }
1443- } , function ( error , result , code ) {
1443+ } , function ( error ) {
14441444 done ( ! error ) ;
14451445 } ) ;
14461446 } ) ;
@@ -1452,7 +1452,7 @@ module.exports = function(grunt) {
14521452 cmd : 'node' ,
14531453 args : [ 'tools/gutenberg/copy-gutenberg-build.js' , `--build-dir=${ buildDir } ` ] ,
14541454 opts : { stdio : 'inherit' }
1455- } , function ( error , result , code ) {
1455+ } , function ( error ) {
14561456 done ( ! error ) ;
14571457 } ) ;
14581458 } ) ;
@@ -1470,7 +1470,7 @@ module.exports = function(grunt) {
14701470 cmd : 'node' ,
14711471 args : [ 'tools/vendors/copy-vendors.js' , `--build-dir=${ buildDir } ` ] ,
14721472 opts : { stdio : 'inherit' }
1473- } , function ( error , result , code ) {
1473+ } , function ( error ) {
14741474 done ( ! error ) ;
14751475 } ) ;
14761476 } ) ;
0 commit comments