2
我正在與流星合作開發賓果遊戲。我現在得到一個錯誤,並且因爲它在JS文件中(而且我在寫咖啡),所以我不知道它來自哪裏。ReferenceError:控制檯未定義
以下是完整的錯誤:
ReferenceError: Console is not defined
at app/Bingo.coffee.js:465:12
at run (/Users/ppedrazzi/Dropbox/Paul's Stuff/MyApps/Meteor/bingo/.meteor/local/build/server/server.js:283:63)
at Array.forEach (native)
at Function._.each._.forEach (/usr/local/meteor/lib/node_modules/underscore/underscore.js:79:11)
at run (/Users/ppedrazzi/Dropbox/Paul's Stuff/MyApps/Meteor/bingo/.meteor/local/build/server/server.js:283:7)
我把咖啡和HTML文件在這裏要點: https://gist.github.com/ppedrazzi/5303493
謝謝你的任何見解!
感謝Akshat敏感的情況下!我知道這是愚蠢的。順便說一句,如果錯誤只引用JS文件,如何追溯到Coffee文件行? – ppedrazzi
我不太清楚流星本身就是那麼簡單,我想你必須使用coffeescript蛋糕工具進行更詳細的調試 – Akshat
謝謝!一些時間失誤需要時間。 :) –