spring-boot/spring-boot-devtools
Andy Wilkinson 1f4dc77715 Improve error message when a non-directory is added to FileSystemWatcher
Previously, if a file or non-existent directory was added to
FileSystemWatcher, it would fail with the message “Folder must not be a
file”. While it suggests that the folder needs to be a directory, it
doesn’t make it clear that it also needs to exist. It also doesn’t
tell the user which folder caused the problem.

This commit updates the message to make it clear that the folder must
exist and must be a directory, and the include the name of the
problematic folder in the error message.

Closes gh-3918
2015-09-30 10:54:51 +01:00
..
src Improve error message when a non-directory is added to FileSystemWatcher 2015-09-30 10:54:51 +01:00
pom.xml Allow anonymous access to devtools remote server 2015-09-03 17:36:22 +01:00