Commit 07a7d0b
committed
fix: log Extension.name, not the object itself
electron-devtools-installer v3's installExtension resolved to a
string name; v4 resolves to an Electron Extension object. The
success log was string-interpolating the object, producing
"Installed dev extension: [object Object]". The install itself was
working; only the log message was wrong. Read `.name` off the
returned Extension instead.1 parent efdcb73 commit 07a7d0b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
435 | 437 | | |
436 | 438 | | |
437 | 439 | | |
| |||
0 commit comments