Skip to content

Commit

Permalink
fix compile callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas TRIAU authored and DevSide committed Oct 6, 2016
1 parent b45fccf commit b831d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/compile/index.js
Expand Up @@ -150,7 +150,6 @@ exports.compile = function (flowObj, options, cb, Container) {
options = {};
} else {
options = options || {};
cb = null;
}
var name = flowObj.name || options.name;
//if !name throw an error
Expand Down

0 comments on commit b831d31

Please sign in to comment.