Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 13, 2024
1 parent 1238cdb commit 5e91039
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Source/Function/Copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default async (Option: Partial<Option> = {}): Promise<Plugin> => {
build[Apply](async () => {
if (Once && process.env[PLUGIN_EXECUTED_FLAG] === "true") {
await Log(
`Copy plugin skipped as option ${Chalk.white("Once")} set to true`,
`Copy plugin skipped as option ${Chalk.white(
"Once"
)} set to true`,
Verbose
);

Expand Down Expand Up @@ -58,7 +60,9 @@ export default async (Option: Partial<Option> = {}): Promise<Plugin> => {
"outfile"
)} for assets copy. received outdir:${
build.initialOptions.outdir
}, received outfile:${build.initialOptions.outfile}`
}, received outfile:${
build.initialOptions.outfile
}`
),
Verbose
);
Expand Down

0 comments on commit 5e91039

Please sign in to comment.