不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
Commit d7fb7501 by Victor Pontis

add break statement

1 parent 57dfc730
Showing with 1 additions and 1 deletions
......@@ -269,7 +269,7 @@ module.exports = (function() {
message: 'Could not further parse error message.'
});
}
break;
default:
return new sequelizeErrors.DatabaseError(err);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!