Skip to content

Commit

Permalink
rename migration rules files to processors, phetsims/phet-io-wrappers…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 18, 2023
1 parent a9ec176 commit a17f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/copySupplementalPhetioFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ const handleStudio = async ( repo, wrappersLocation ) => {
const getCompiledMigrationProcessors = async ( repo, buildDir ) => {
return new Promise( ( resolve, reject ) => {

const migrationProcessorsFilename = `${repo}-migration-rules.js`;
const migrationProcessorsFilename = `${repo}-migration-processors.js`;
const entryPointFilename = `../chipper/dist/js/phet-io-sim-specific/repos/${repo}/js/${migrationProcessorsFilename}`;
if ( !fs.existsSync( entryPointFilename ) ) {
grunt.log.debug( `No migration processors found at ${entryPointFilename}, no processors to be bundled with ${LIB_OUTPUT_FILE}.` );
Expand Down

0 comments on commit a17f440

Please sign in to comment.