Skip to content

Commit 75e9489

Browse files
committed
use newer electron commit
1 parent 8d71eb8 commit 75e9489

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 = '02972fac86ffd2d87c5513840b0f303886257e07'
10+
const ELECTRON_COMMIT = 'cb3c5ded0f99a15edc99b61d227d135f7c3521c8'
1111

1212
rm(downloadPath)
1313

0 commit comments

Comments
 (0)