Skip to content

Fix syntax error in autosave coffeescript.

Marin Jankovski requested to merge coffeescript_syntax_error into master

According to http://coffeescript.org/#try , catch needs to have an argument.

Otherwise, Error: Parse error on line 19: Unexpected 'INDENT' error is raised when converting to JS by coffee-script.

Fixes gitlab-org/gitlab-ce#3302

Merge request reports