Correct typo in comment
This commit is contained in:
parent
a0792237a0
commit
8bd07af5e5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ app.once('ready', function() {
|
|||
var BrowserWindow, chromeExtensionHandler, i, init, len, protocol, srcDirectory;
|
||||
protocol = electron.protocol, BrowserWindow = electron.BrowserWindow;
|
||||
|
||||
// Load persistented extensions.
|
||||
// Load persisted extensions.
|
||||
loadedExtensionsPath = path.join(app.getPath('userData'), 'DevTools Extensions');
|
||||
try {
|
||||
loadedExtensions = JSON.parse(fs.readFileSync(loadedExtensionsPath));
|
||||
|
|
Loading…
Reference in a new issue