🔧 Util is no longer used here
This commit is contained in:
parent
b029c088db
commit
05bae0b4c4
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
const url = require('url')
|
const url = require('url')
|
||||||
const {EventEmitter} = require('events')
|
const {EventEmitter} = require('events')
|
||||||
const util = require('util')
|
|
||||||
const {Readable} = require('stream')
|
const {Readable} = require('stream')
|
||||||
const {app} = require('electron')
|
const {app} = require('electron')
|
||||||
const {Session} = process.atomBinding('session')
|
const {Session} = process.atomBinding('session')
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
const {Buffer} = require('buffer')
|
const {Buffer} = require('buffer')
|
||||||
const childProcess = require('child_process')
|
const childProcess = require('child_process')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const util = require('util')
|
|
||||||
|
|
||||||
const hasProp = {}.hasOwnProperty
|
const hasProp = {}.hasOwnProperty
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue