Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 authored Nov 30, 2023
1 parent 5914e21 commit b131101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function start({
if (!anonymous) {
url.searchParams.set('runtime', `node${process.version}`)
url.searchParams.set('version', VERSION)
url.searchParams.set('platform', '${process.platform}-${process.arch}')
url.searchParams.set('platform', `${process.platform}-${process.arch}`)
if (process.env.docker) {
url.searchParams.set('docker', 'docker')
}
Expand Down

0 comments on commit b131101

Please sign in to comment.