Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-11-20
/
.
/
test
/
parallel
/
test-fs-read-stream-patch-open.js
blob: fbca4f578d4cf086a815fde5e609af5a448b1bf7 [
file
] [
edit
]
'use strict'
;
const
common
=
require
(
'../common'
);
const
fs
=
require
(
'fs'
);
fs
.
ReadStream
.
prototype
.
open
=
common
.
mustCall
();
fs
.
createReadStream
(
'asd'
);