mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 08:36:51 +00:00
add TODO
This commit is contained in:
parent
03cdbcbe94
commit
7c228c750c
@ -23,6 +23,7 @@ class ContractDeployer {
|
||||
async.waterfall([
|
||||
(next) => {
|
||||
this.plugins.emitAndRunActionsForEvent('deployment:contract:beforeDeploy', {contract: contract}, (err, _params) => {
|
||||
// TODO: confirm this really works and shouldn't be next(err, params)
|
||||
next(err);
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user