Open leoyuholo opened 11 years ago
By using -w to watch a directory, when compilation fails, it does not give the line number of the code document that causes the failure.
It currently gives something like this:
Compilation error for sample.coffee: unexpected PARAM_START
without line number. And have to run coffee -c to debug separately.
By using -w to watch a directory, when compilation fails, it does not give the line number of the code document that causes the failure.
It currently gives something like this:
Compilation error for sample.coffee: unexpected PARAM_START
without line number. And have to run coffee -c to debug separately.