在某些代码中,在客户端上运行,加载到“lib”子文件夹中,我试图抛出一个Meteor.Error()
但我得到了一些时髦的东西......
*Uncaught [object Object]*
http://screencast.com/t/0WipUFRs
这是我的代码:
throw new Meteor.Error(500, 'the auction was not found');
这是某种加载顺序问题吗?还是我的语法错误?要不然是啥?
- 陨石版 0.4.9
- Meteor 版本 0.5.9 (git checkout)