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:
parent
b9c0bab8f1
commit
e3383c82d1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# CrashReport Object
|
||||
|
||||
* `date` String
|
||||
* `ID` Integer
|
||||
* `date` Date
|
||||
* `id` String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue