mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
limit deployment to 1 for now
This commit is contained in:
parent
3ae5157e47
commit
2374cb1641
@ -82,7 +82,7 @@ class DeployManager {
|
|||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
async.auto(contractDeploys, function(_err, _results) {
|
async.auto(contractDeploys, 1, function(_err, _results) {
|
||||||
if (errors.length) {
|
if (errors.length) {
|
||||||
_err = __("Error deploying contracts. Please fix errors to continue.");
|
_err = __("Error deploying contracts. Please fix errors to continue.");
|
||||||
self.logger.error(_err);
|
self.logger.error(_err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user