Skip to content

Commit

Permalink
Fix: Log Path
Browse files Browse the repository at this point in the history
  • Loading branch information
edelciomolina committed Dec 6, 2023
1 parent db0aef9 commit 310bf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ var Generate = (() => {
.replace(bundle_config_folder, '')
.replace(/\\/g, '/')

core.info(`depois: ${path.join(process.cwd(), bundle_config_folder)}`)
core.info(`depois: ${bundle_config_folder}`)
core.info(`depois: ${ret}`)

let retPath
Expand Down

0 comments on commit 310bf9b

Please sign in to comment.