зеркало из https://github.com/electron/electron.git
Enable the spec of testing crash of protocol module.
This commit is contained in:
Родитель
1883da463f
Коммит
e8d1c69ea8
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче