Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 15, 2023
1 parent 3517f9d commit 7a1629f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build/replacements.mjs
Expand Up @@ -9,6 +9,8 @@ const internalStreamsBufferPolyfill = [
`
]

const noNodeColon = ["node:", '']

const internalStreamsAbortControllerPolyfill = [
"'use strict'",
`
Expand Down Expand Up @@ -364,7 +366,8 @@ export const replacements = {
testParallelBindings,
testParallelHasOwn,
testParallelSilentConsole,
testParallelTimersPromises
testParallelTimersPromises,
noNodeColon
],
'test/parallel/test-stream-duplex-from.js': [
testParallelDuplexFromBlob,
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-stream-set-default-hwm.js
Expand Up @@ -6,7 +6,7 @@ const silentConsole = {
error() {}
}
require('../common')
const assert = require('node:assert')
const assert = require('assert')
const {
setDefaultHighWaterMark,
getDefaultHighWaterMark,
Expand Down

0 comments on commit 7a1629f

Please sign in to comment.