We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27ba81 commit 447b842Copy full SHA for 447b842
source/app.jai
@@ -203,7 +203,7 @@ add_directory :: (directory_path : string) -> *app.Folder {
203
fully_exists, how_much_exists := how_much_of_path_exists_on_the_local_filesystem(path);
204
if fully_exists {
205
// Update the list of watched directories so that we can reload this entity
206
- add_directories(*app.file_watcher, folder.path);
+ add_directories(*app.file_watcher, folder.path); // @Leak
207
}
208
209
result = *app.directories[app.directories.count - 1];
0 commit comments