Add crash reporter module (based on Quincy).
This commit is contained in:
parent
97bc6cfc81
commit
cd42fcceb9
5 changed files with 98 additions and 0 deletions
|
@ -10,6 +10,7 @@ NODE_EXT_LIST_START
|
|||
|
||||
// Module names start with `atom_browser_` can only be used by browser process.
|
||||
NODE_EXT_LIST_ITEM(atom_browser_app)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_crash_reporter)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_dialog)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_ipc)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue