10

Spent my afternoon looking after the reason why a value manually set kept being overriden.

Put a die() every possible place it could happen. Every. Single. Place.

No die() got triggered.

Death sounds so sweet.

Comments
  • 0
    I've been using:
    throw new Meteor.Error(418, 'I\'m a teapot'); // DEBUG
Add Comment