Lint: linting!

This commit is contained in:
2018-12-03 12:09:28 +01:00
parent 9d9f511f2c
commit 06855a1f5b
5 changed files with 42 additions and 35 deletions

View File

@@ -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)