Skip to content

Commit

Permalink
Throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 18, 2024
1 parent 473724f commit 93be3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports.handler = async () => {
);

if (error) {
console.log(error.message, error.stack);
throw error;
}
console.log(output.toString());
};

0 comments on commit 93be3e1

Please sign in to comment.