Lint: linting!
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
load(context) {
|
||||
load (context) {
|
||||
readFile(path.join(context.getters.config_dir, context.getters.config_filename), 'utf8', (err, content) => {
|
||||
if (err) {
|
||||
console.log(err)
|
||||
|
||||
Reference in New Issue
Block a user