Skip to content

Commit

Permalink
Added status log to write array data routine ↞ [auto-sync from `adaml…
Browse files Browse the repository at this point in the history
…ui/js-utils`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed May 14, 2024
1 parent 0d452f2 commit 6df57cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.js/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ else if (process.argv.some(arg => reArgs.infoCmds.version.test(arg))) {
}).filter(data => !data.error ); // filter out failed compilations

// Write array data to files
printIfNotQuiet(`\nWriting to file${ compileData?.length > 1 ? 's' : '' }...`);
compileData?.forEach(({ code, srcMap, srcPath }) => {
const outputDir = path.join(
path.dirname(srcPath), // path of file to be minified
Expand Down

0 comments on commit 6df57cf

Please sign in to comment.