remove unused deprecate module from crashreporter
This commit is contained in:
parent
fc025064f7
commit
1a3661206e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const {spawn} = require('child_process')
|
|||
const os = require('os')
|
||||
const path = require('path')
|
||||
const electron = require('electron')
|
||||
const {app, deprecate} = process.type === 'browser' ? electron : electron.remote
|
||||
const {app} = process.type === 'browser' ? electron : electron.remote
|
||||
const binding = process.atomBinding('crash_reporter')
|
||||
|
||||
class CrashReporter {
|
||||
|
|
Loading…
Add table
Reference in a new issue