This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
184bccdc7d
electron
/
docs
/
api
/
structures
/
crash-report.md
5 lines
50 B
Markdown
Raw
Normal View
History
Unescape
Escape
Move crash-report object to it's own struct
2016-11-08 04:54:34 +00:00
# CrashReport Object
CrashReport structure does not match API output Electron 1.7 Docs: ```typescript interface CrashReport { date: string; ID: number; } ``` Actual output of `getLastCrashReport`: ```javascript { date: 2018-01-26T21:50:05.000Z, id: '989d0469-9eb7-4f70-ba58-3425bc6ffa3b' } ```
2018-01-27 11:21:09 +00:00
*
`date`
Date
*
`id`
String
Reference in a new issue
Copy permalink