mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove extra space in description
This commit is contained in:
@@ -176,7 +176,7 @@ describe('crashReporter module', function () {
|
||||
}
|
||||
|
||||
generateSpecs('without sandbox', {})
|
||||
generateSpecs('with sandbox ', {
|
||||
generateSpecs('with sandbox', {
|
||||
webPreferences: {
|
||||
sandbox: true,
|
||||
preload: path.join(fixtures, 'module', 'preload-sandbox.js')
|
||||
|
||||
Reference in New Issue
Block a user