mirror of
https://github.com/atom/atom.git
synced 2026-02-05 12:15:07 -05:00
Require ipc-renderer where it belongs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fs = require 'fs-plus'
|
||||
path = require 'path'
|
||||
ipc = require 'ipc-main'
|
||||
ipc = require 'ipc-renderer'
|
||||
|
||||
module.exports =
|
||||
class AtomPortable
|
||||
|
||||
Reference in New Issue
Block a user