parent
30c33af839
commit
c355c4b784
@ -100,7 +100,7 @@ export function renderToNodeStream(
|
|||||||
context: SSRContext = {}
|
context: SSRContext = {}
|
||||||
): Readable {
|
): Readable {
|
||||||
const stream: Readable = __NODE_JS__
|
const stream: Readable = __NODE_JS__
|
||||||
? new (require('stream').Readable)()
|
? new (require('stream').Readable)({ read() {} })
|
||||||
: null
|
: null
|
||||||
|
|
||||||
if (!stream) {
|
if (!stream) {
|
||||||
|
Loading…
Reference in New Issue
Block a user