blob: fbca4f578d4cf086a815fde5e609af5a448b1bf7 [file] [edit]
'use strict';
const common = require('../common');
const fs = require('fs');
fs.ReadStream.prototype.open = common.mustCall();
fs.createReadStream('asd');