aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/DropZone.m
diff options
context:
space:
mode:
Diffstat (limited to 'Drop Serve/DropZone.m')
-rw-r--r--Drop Serve/DropZone.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Drop Serve/DropZone.m b/Drop Serve/DropZone.m
index 6ae6e49..79c1fe6 100644
--- a/Drop Serve/DropZone.m
+++ b/Drop Serve/DropZone.m
@@ -57,6 +57,8 @@
fileExistsAtPath:file
isDirectory:&isDirectory]) {
NSLog(@"%@ not found", file);
+
+ return NO;
}
NSURL *path = [NSURL fileURLWithPath:file isDirectory:isDirectory];