Skip to content

Commit

Permalink
fix(ui): config.file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 22, 2018
1 parent dda471d commit 3801d0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function findFile (config, context) {

function readData (config, context) {
const file = findFile(config, context)
config.file = file
if (file) {
if (file.type === 'package') {
const pkg = folders.readPackage(cwd.get(), context)
Expand Down

0 comments on commit 3801d0a

Please sign in to comment.