gimm / gulp-live-server

serve your nodejs/static app live
148 stars 71 forks source link

stdout indented text begin with \t is ignored #66

Closed ahmader closed 7 years ago

ahmader commented 7 years ago

Because the .trim() in serverLog() and serverError() the output is trimmed. Thus, using \t at beginning does not work.

So instead of .trim() I used .replace(/\s+$/, '')