(message: string)
| 220 | } |
| 221 | |
| 222 | function alert(message: string) { |
| 223 | void dialog.showMessageBox({ |
| 224 | message, |
| 225 | buttons: ['Ok'] |
| 226 | }); |
| 227 | } |
| 228 | |
| 229 | function toDependencies(plugins_: {plugins: string[]}) { |
| 230 | const obj: Record<string, string> = {}; |