Skip to content

Commit

Permalink
more small tweaks, phetsims/chipper#1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 30, 2024
1 parent 098985a commit ed40923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/util/registerTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const fs = require( 'fs' );
const getDocumentationForTask = require( './getDocumentationForTask' );
const path = require( 'path' );
const gruntSpawn = require( './gruntSpawn' );
const assert = require( 'assert' );

// Constants
const isWindows = /^win/.test( process.platform );
Expand Down

0 comments on commit ed40923

Please sign in to comment.