Skip to content

Commit

Permalink
fix model filenames not being set properly when processing package de…
Browse files Browse the repository at this point in the history
…pendencies, which would lead to missing files & mismatched file contents (hyperledger-archives#1233)
  • Loading branch information
pospi authored and mbwhite committed Jun 12, 2017
1 parent 7b5988f commit 84061ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/composer-common/lib/businessnetworkdefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ class BusinessNetworkDefinition {
},
process: function(path,contents) {
modelFiles.push(contents);
modelFileNames.push(path);
LOG.debug(method, 'Found model file', path);
}
});
Expand Down

0 comments on commit 84061ac

Please sign in to comment.