🐛 Fix: give a hint when node.js is not installed

This commit is contained in:
Molunerfinn
2020-04-11 20:52:04 +08:00
parent 96cdfea497
commit 7e866185e9
2 changed files with 26 additions and 12 deletions

View File

@@ -170,6 +170,8 @@ interface INPMSearchResultObject {
}
}
type IDispose = () => void
// GuiApi
interface IGuiApi {
showInputBox: (options: IShowInputBoxOption) => Promise<string>