Skip to content

Commit ff1d730

Browse files
committed
Always use x64 symbols
1 parent 2eb59e9 commit ff1d730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/minidump-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ describe('minidump', function () {
5050

5151
var downloadElectronSymbols = function (platform, callback) {
5252
electronDownload({
53-
version: '1.4.3',
53+
version: '1.4.3', // Dumps were generated with Electron 1.4.3 x64
54+
arch: 'x64',
5455
platform: platform,
5556
symbols: true,
5657
quiet: true

0 commit comments

Comments
 (0)