benjaminRomano / bottom-dock

Generic bottom dock for Atom
https://atom.io/packages/bottom-dock
MIT License
17 stars 1 forks source link

Log panel dissapearing #17

Open fabio-felizzi opened 7 years ago

fabio-felizzi commented 7 years ago

Hello

been using bottom-dock for some time now with no issues, recently when i save my work and the "watch-all" grunt task runs, the log panel dissapears and I cant tell wether my project is building. I've tried reinstalling the package, clearing logs, stopping/refetching tasks, restarting atom/my pc but nothing seems to work.

I happened to come across the cause of the issue by accident but it might be helpful if anyone is still working in this plugin.

If you save your work with a syntax error (e.g semi-colon within a console.log or something) then this appears to break bottom-dock.

Might just be something that's wrong on my end (aside from the syntax fail!) but figured it would be worth sharing.

test

benjaminRomano commented 7 years ago

Can you post a snippet of the gulp task that is causing this issue? When you run the following grunt task in the command-line does it run without any problems? Is this the only grunt task you are experiencing this problem?

Also, I'm currently on vacation with limited access to a computer until mid-January so I probably won't be able to look in-depth into this issue. Please feel free to investigate and send a PR if you are interested.