Skip to content

Commit 7b3d5ab

Browse files
author
Sam Herrington
authored
Update ConfigManager.js
Added console.log back per request.
1 parent 6f2f6e9 commit 7b3d5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function validate (config) {
8787
}
8888

8989
function _save (config) {
90+
console.log(config)
9091
window.localStorage.setItem('config', JSON.stringify(config))
9192
}
9293

0 commit comments

Comments
 (0)