diff --git a/scripts/seeds.js b/scripts/seeds.js index b3641e7..15c5e6b 100644 --- a/scripts/seeds.js +++ b/scripts/seeds.js @@ -39,8 +39,8 @@ module.exports = async function(callback) { console.log(`[OK] kredits.${contractName}.${method}(${JSON.stringify(args)}) => ${result.hash}`); next(); }).catch((error) => { - console.log(`[FAILD] kredits.${contractName}.${method}(${JSON.stringify(args)})`); - callback(error) + console.log(`[FAILED] kredits.${contractName}.${method}(${JSON.stringify(args)})`); + next(); }); }, () => { console.log("\nDone!") });