Electron-217

Added a warning dialog
Updated to read method to read only from global config
This commit is contained in:
Kiran Niranjan
2017-12-21 12:53:57 +05:30
committed by Kiran Niranjan
parent d7f62a38b0
commit 919882a5b3
3 changed files with 18 additions and 8 deletions

View File

@@ -425,6 +425,9 @@ module.exports = {
saveUserConfig,
clearCachedConfigs,
readConfigFileSync
readConfigFileSync,
// use only if you specifically need to read global config fields
getGlobalConfigField,
};