Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
Script.Isolated(function() {
   // Do some operations in a new transaction.
});
throw new Error('some error');

Examples

Code Block
languagejs
Script.Isolated(function() {
   // Do some operations in a new transaction.
});
throw new Error('some error');