mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
remove all double spaces not needed
This commit is contained in:
@@ -222,7 +222,7 @@ const {protocol} = require('electron')
|
||||
const {PassThrough} = require('stream')
|
||||
|
||||
function createStream (text) {
|
||||
const rv = new PassThrough() // PassThrough is also a Readable stream
|
||||
const rv = new PassThrough() // PassThrough is also a Readable stream
|
||||
rv.push(text)
|
||||
rv.push(null)
|
||||
return rv
|
||||
|
||||
Reference in New Issue
Block a user