Skip to content

Commit fa25566

Browse files
mgoltimmywil
andauthored
Update build/tasks/minify.mjs
Co-authored-by: Timmy Willison <[email protected]>
1 parent c86d5c8 commit fa25566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/minify.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export async function minify( { srcPath, destPath, version } ) {
3535
code
3636
);
3737

38-
console.log( `file ${ destPath } created.` );
38+
console.log( `${ destPath } created.` );
3939
}

0 commit comments

Comments
 (0)