Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
close #133
  • Loading branch information
simon300000 authored Nov 29, 2023
1 parent b4f3006 commit 5914e21
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)
url.searchParams.set('platform', '${process.platform}-${process.arch}')
if (process.env.docker) {
url.searchParams.set('docker', 'docker')
}
Expand Down

0 comments on commit 5914e21

Please sign in to comment.