mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 1.6.2
This commit is contained in:
parent
4f815ea978
commit
a3e8de338a
91 changed files with 8587 additions and 7766 deletions
|
@ -1,9 +1,11 @@
|
|||
// Generated by CoffeeScript 1.6.1
|
||||
// Generated by CoffeeScript 1.6.2
|
||||
var error;
|
||||
|
||||
try {
|
||||
allHellBreaksLoose();
|
||||
catsAndDogsLivingTogether();
|
||||
} catch (error) {
|
||||
} catch (_error) {
|
||||
error = _error;
|
||||
print(error);
|
||||
} finally {
|
||||
cleanUp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue