Skip to content

Commit

Permalink
needs to be replaceAll()
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 15, 2023
1 parent 4698cf2 commit 717f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/platform-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if (pkg === true) pkg = undefined

const config = await get_config(pkg as string | undefined)

console.log(`${utils.pkg.str(config.pkg).replace('/', '_')}+${platform}`)
console.log(`${utils.pkg.str(config.pkg).replaceAll('/', '_')}+${platform}`)

1 comment on commit 717f610

@mxcl
Copy link
Member

@mxcl mxcl commented on 717f610 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

Please sign in to comment.