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