Js2coffee converted arguments to arguments_, and I ran it without noticing, causing an error.
JavaScript
arguments.callee
↓ js2coffee
CoffeeScript
arguments_.callee
When converting, it seems an underscore was added as a suffix…
・arguments.callee - JavaScript | MDN
・The Little Book on CoffeeScript - The Bad Parts
That’s all from the Gemba.