We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626d441 commit cf0ae2eCopy full SHA for cf0ae2e
app/public/js/common/configLocation.js
@@ -54,7 +54,7 @@ const configuration = {
54
throw `could not set config path for this OS ${process.platform}`
55
}
56
57
- createIfNotExist(userConfigPath)
+ this.createIfNotExist(userConfigPath)
58
59
return userConfigPath;
60
},
0 commit comments