nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Remove CR from output #55

Closed roccivic closed 8 years ago

roccivic commented 8 years ago

On Windows the CR character (0x0D) seems to be incorrectly rendered in the console output window.

capture

nicosantangelo commented 8 years ago

Woops, I had some trouble with CR characters a while ago (hence this line). If you don't mind, can you tell me which plugin is printing that to the console so I can be more confident with the fix?

Thanks!

roccivic commented 8 years ago

gulp-mocha, I think

Have a look around if you like: https://github.com/roccivic/cron-converter

nicosantangelo commented 8 years ago

Awesome, it might take me a few days with the holidays but I'll use your project as reference

nicosantangelo commented 8 years ago

Hey there, I finally had some time to test this out today but running gulp on Windows 8.1 gives me this output:

gulp

I think I'm missing something

roccivic commented 8 years ago

I switched from mocha to tape since. Sorry I didn't say anything. Try checking out rev 7aaa4933

nicosantangelo commented 8 years ago

Oooh ok! thanks for letting the heads up

nicosantangelo commented 8 years ago

This is fixed (should take a moment to update), thanks a lot for the issue and followup