From 1cc6a04b8bce82fa83b62d919bf8bdf14cad0b92 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 1 Oct 2016 13:54:14 -0400 Subject: update sdlang, start looking to using dub remote dependencies --- org/ao_read_source_files.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/ao_read_source_files.org') diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org index 4663b87..37929a7 100644 --- a/org/ao_read_source_files.org +++ b/org/ao_read_source_files.org @@ -82,7 +82,7 @@ private auto configSDLangRootTag(string configuration, string conf_sdl_filename) try { sdl_root_conf = parseSource(configuration); } - catch(SDLangParseException e) { + catch(ParseException e) { stderr.writeln("SDLang problem with content for ", conf_sdl_filename); // Error messages of the form: // myFile.sdl(5:28): Error: Invalid integer suffix. -- cgit v1.2.3