Enable the spec of testing crash of protocol module.
This commit is contained in:
parent
1883da463f
commit
e8d1c69ea8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ app.on('ready', function() {
|
|||
app.setApplicationMenu(menu);
|
||||
|
||||
// Test if using protocol module would crash.
|
||||
// require('protocol').registerProtocol('test-if-crashes', function() {});
|
||||
require('protocol').registerProtocol('test-if-crashes', function() {});
|
||||
|
||||
window = new BrowserWindow({
|
||||
title: 'atom-shell tests',
|
||||
|
|
Loading…
Reference in a new issue