chore: fix inspect

This commit is contained in:
test
2018-05-18 17:39:10 -04:00
committed by Evan You
parent 9ac2642aa1
commit a67f34af11

View File

@@ -36,7 +36,7 @@ module.exports = (api, options) => {
res = config
}
const output = toString(config, { verbose })
const output = toString(res, { verbose })
console.log(output)
})
}