electron-113: fixes the issues raised by qa.

This commit is contained in:
Vishwas Shashidhar
2017-09-05 11:26:42 +05:30
parent 35177567ce
commit 55c3714b2b
2 changed files with 7 additions and 45 deletions

View File

@@ -349,13 +349,17 @@ function clearCachedConfigs() {
}
module.exports = {
getConfigField,
updateConfigField,
configFileName,
getConfigField,
updateConfigField,
updateUserConfigWin,
updateUserConfigMac,
// items below here are only exported for testing, do NOT use!
saveUserConfig,
clearCachedConfigs
};