Add test for id property of remote object.
This commit is contained in:
parent
47686b3233
commit
511b2a4422
3 changed files with 20 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
|||
var app = require('app');
|
||||
var ipc = require('ipc');
|
||||
var BrowserWindow = require('browser-window');
|
||||
|
||||
var window = null;
|
||||
|
||||
ipc.on('message', function() {
|
||||
ipc.send.apply(this, arguments);
|
||||
});
|
||||
|
||||
process.on('uncaughtException', function() {
|
||||
window.openDevTools();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue