Readify / GitViz

Real-time, presentation-quality, Git visualizer to help with Git training
305 stars 86 forks source link

Fixed a crash with paths containing trailing spaces. #14

Closed drivesmoothly closed 6 years ago

drivesmoothly commented 6 years ago

The app crashes when pasting a path with a space (e.g. a copy/paste from Total Commander). Directory.Exists removes trailing spaces before checking the folder, but the FileSystemWatcher does not.

rbanks54 commented 6 years ago

Nice find. Thanks!

drivesmoothly commented 6 years ago

No, thank you! 😃