Skip to content

Commit

Permalink
fix(pack): 去掉重复的packCallback调用
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellery0924 committed Nov 18, 2016
1 parent 0a63ff7 commit 923dbc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/commands/pack.js
Expand Up @@ -49,9 +49,6 @@ exports.run = function (options) {
}
}

project.packCallbacks.forEach(function (cb) {
return cb(options, stats);
});
process.exit(0);
});
};

0 comments on commit 923dbc1

Please sign in to comment.