mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove unused deprecate module from crashreporter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user