aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-05-18 14:23:58 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-21 11:52:00 -0400
commit1e1e6f56d24a0cd6a3b270dc794374df6c3c832f (patch)
treed21bade8f0a178316ba5f1660687c30a352b6d0c /org/in_source_files.org
parentmeson using subproject directory, not dub directly (diff)
catching
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org
index a4e2812..db433b0 100644
--- a/org/in_source_files.org
+++ b/org/in_source_files.org
@@ -133,7 +133,7 @@ webserv:
Node yaml_root;
try {
yaml_root = Loader.fromString(config_file_str).load();
- } catch {
+ } catch (Throwable) {
import std.stdio;
writeln("ERROR failed to read config file content, not parsed as yaml, program default used");
conf_filename = "VIRTUAL";