--- modules/damieng/graphical_editor/daxe/lib/daxe.dart 2015/04/17 15:35:02 1.1 +++ modules/damieng/graphical_editor/daxe/lib/daxe.dart 2015/05/11 15:17:54 1.2 @@ -122,6 +122,8 @@ void main() { page.newDocument(config); else h.window.alert(Strings.get('daxe.missing_config')); + }).catchError((e) { + h.document.body.appendText('Error when loading the strings in LocalStrings_en.properties.'); }); }