Skip to content

Commit 6285808

Browse files
committed
Fix user-agent more detailed
1 parent 24a0c85 commit 6285808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/size.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let { bold, gray } = require("../picocolors.js")
66

77
async function getJSON(url) {
88
return new Promise(resolve => {
9-
get(url, { headers: {"user-agent": 'picocolors'} },res => {
9+
get(url, { headers: {"user-agent": 'picocolors-size-benchmark'} },res => {
1010
let text = ""
1111
res.on("data", chunk => {
1212
text += chunk

0 commit comments

Comments
 (0)