Skip to content

Commit

Permalink
chore: update logging in zisi
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Jul 22, 2024
1 parent ab0f629 commit 377b2ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/zip-it-and-ship-it/src/zip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ export const zipFunctions = async function (
internalSrcFolder,
}: ZipFunctionsOptions = {},
) {
console.log(`
---------------------------------------------------------]
Modified zipFunctions function in zip-it-and-ship-it/src/zip.ts
`)
validateArchiveFormat(archiveFormat)

const logger = getLogger(systemLog, debug)
Expand Down Expand Up @@ -146,15 +155,6 @@ export const zipFunction = async function (
internalSrcFolder,
}: ZipFunctionOptions = {},
) {
console.log(`
---------------------------------------------------------]
Modified zipFunction function in zip-it-and-ship-it/src/zip.ts
`)
validateArchiveFormat(archiveFormat)

const logger = getLogger(systemLog, debug)
Expand Down

0 comments on commit 377b2ae

Please sign in to comment.