mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Enable the spec of testing crash of protocol module.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user