Unexpected 'INDENT' in CoffeeScript Example Code

后端 未结 6 1210
悲哀的现实
悲哀的现实 2020-12-15 17:21

As I was playing around for the first time with CoffeeScript, I ran in to a problem. In order to debug my problem, I tried replacing my whole file with one of the example b

6条回答
  •  感动是毒
    2020-12-15 17:35

    If you have the same problem, but your indentation is okay,
    then you must be suffering from bug 2868.

    Basically, the error is misleading. Check for indentation
    errors in the required files.

提交回复
热议问题