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' 
}
```
This commit is contained in:
Tim Fish 2018-01-27 12:21:09 +01:00 committed by GitHub
parent b9c0bab8f1
commit e3383c82d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# CrashReport Object
* `date` String
* `ID` Integer
* `date` Date
* `id` String