mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Merge pull request #18900 from atom/aw/actually-dump-symbols
Actually dump minidump contents to .sym files
This commit is contained in:
@@ -35,7 +35,7 @@ function dumpSymbol (binaryPath) {
|
||||
const symbolDirPath = path.join(CONFIG.symbolsPath, filename, moduleLine[1])
|
||||
const symbolFilePath = path.join(symbolDirPath, `${filename}.sym`)
|
||||
fs.mkdirpSync(symbolDirPath)
|
||||
fs.writeFileSync(symbolFilePath)
|
||||
fs.writeFileSync(symbolFilePath, content)
|
||||
resolve()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user