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

Commit 16f4312c by David Granqvist

Added transaction ID to transaction.finnished error message

1 parent 80414a1c
Showing with 1 additions and 1 deletions
...@@ -733,7 +733,7 @@ module.exports = (function() { ...@@ -733,7 +733,7 @@ module.exports = (function() {
} }
if (options.transaction && options.transaction.finished) { if (options.transaction && options.transaction.finished) {
return Promise.reject(options.transaction.finished+' has been called on this transaction, you can no longer use it'); return Promise.reject(options.transaction.finished+' has been called on this transaction('+options.transaction.id+'), you can no longer use it');
} }
if (this.test.$trackRunningQueries) { if (this.test.$trackRunningQueries) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!