maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Fixed await filename escape issue. #84

Closed Deathspike closed 11 years ago

Deathspike commented 11 years ago

Because the filename on Windows would have directory separators as a single backslash.

Of course, in code this is an escape, so certain names would break ICS (e.g." ..\nodes.iced").

maxtaco commented 11 years ago

Thanks! Published to npm in as version 1.6.3-f. Let me know if there are any issues.