Skip to content

Commit 426e0e7

Browse files
committed
use latest electron master
1 parent 393bd45 commit 426e0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/fetch-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
77
const os = require('os')
88

99
const downloadPath = path.join(os.tmpdir(), 'electron-api-tmp')
10-
const ELECTRON_COMMIT = '116403ed03997d7252f2874a781a6b61600795b2'
10+
const ELECTRON_COMMIT = '02972fac86ffd2d87c5513840b0f303886257e07'
1111

1212
rm(downloadPath)
1313

0 commit comments

Comments
 (0)