pixie-lang / dust

Magic fairy dust for pixie, i.e. tooling around the language.
GNU Lesser General Public License v3.0
93 stars 14 forks source link

Load path fix #19

Closed thomasmulvaney closed 9 years ago

thomasmulvaney commented 9 years ago

The last path in @load-paths has a \r return in it. This caused (on Ubuntu Linux) the last path to not be loaded.

heyLu commented 9 years ago

Thanks!