Skip to content

Commit

Permalink
🐛 Fix: save debug mode && PICGO_ENV into config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Dec 30, 2019
1 parent f2750e1 commit c6ead5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/utils/picgo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const STORE_PATH = app.getPath('userData')
const CONFIG_PATH = path.join(STORE_PATH, '/data.json')

const picgo = new PicGo(CONFIG_PATH)
picgo.setConfig({
picgo.saveConfig({
debug: true,
PICGO_ENV: 'GUI'
})
Expand Down

0 comments on commit c6ead5b

Please sign in to comment.