clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

Whitespace at beginning of build output #228

Closed MattTuttle closed 9 years ago

MattTuttle commented 9 years ago

If there is whitespace at the beginning of a build line the file won't open and instead attempt to create a new file. The error can be recreated when building from munit.

# fails to open on double click
   source/Main.hx:141: characters 10-14 : Unknown identifier : foo

# works
source/Main.hx:166: characters 16-21 : Unknown identifier : bar
ghost commented 9 years ago

Thanks.