mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Remove unused deprecate var to make linter happy
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