Skip to content

Commit

Permalink
chore: fix import readablestream (nodejs#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored and crysmags committed Feb 27, 2024
1 parent f83e08a commit a93603d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/benchmark.js
Expand Up @@ -6,6 +6,7 @@ const http = require('http')
const os = require('os')
const path = require('path')
const { table } = require('table')
const { WritableStream } = require('stream/web')

const { Pool, Client, fetch, Agent, setGlobalDispatcher } = require('..')

Expand Down

0 comments on commit a93603d

Please sign in to comment.