Watch files add empty check. (#3035)
* watch files add empty check. * watch files add empty check. Co-authored-by: yanlinly <yan.lin2009@163.com>
This commit is contained in:
parent
3f0023a3a9
commit
4c0ba562ab
@ -189,6 +189,9 @@ public class WatchFileCenter {
|
||||
if (callBackExecutor.isShutdown()) {
|
||||
return;
|
||||
}
|
||||
if(events.isEmpty()) {
|
||||
continue;
|
||||
}
|
||||
callBackExecutor.execute(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user