Changed: npm search api url

This commit is contained in:
Molunerfinn
2018-10-12 14:56:25 +08:00
parent ea5b937c93
commit 094b83b30b
5 changed files with 6 additions and 21 deletions

View File

@@ -35,7 +35,6 @@ const handleConfigWithFunction = config => {
const handleGetPluginList = (ipcMain, STORE_PATH, CONFIG_PATH) => {
ipcMain.on('getPluginList', event => {
console.log(CONFIG_PATH)
const picgo = new PicGo(CONFIG_PATH)
const pluginList = picgo.pluginLoader.getList()
const list = []