From 289c02fdace2856b483049a60e71ebe6a75ffc62 Mon Sep 17 00:00:00 2001 From: martin frances Date: Mon, 6 May 2024 13:45:27 +0100 Subject: [PATCH] Minor: examples/server_fns_axum FileWatcher logs errors to the console. (#2547) * Minor: examples/server_fns_axum FileWatcher logs errors to the console. The cause is an assumption that the directory ./watched_files/ exits. * chore: Now using .gitkeep to preserve directory structure. --- examples/server_fns_axum/watched_files/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/server_fns_axum/watched_files/.gitkeep diff --git a/examples/server_fns_axum/watched_files/.gitkeep b/examples/server_fns_axum/watched_files/.gitkeep new file mode 100644 index 000000000..e69de29bb