summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-04-28 08:04:09 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-04-28 08:04:09 (GMT)
commit454fa66e503e41465cba75a6bea00463a93a20ef (patch)
treed6e4967abd8c5791dc57cc46f802ac08c32ab6ee
parent78104373cb65516bddd2328d8955dda6b8df8a23 (diff)
downloaduscxml-454fa66e503e41465cba75a6bea00463a93a20ef.zip
uscxml-454fa66e503e41465cba75a6bea00463a93a20ef.tar.gz
uscxml-454fa66e503e41465cba75a6bea00463a93a20ef.tar.bz2
Added issue reference
-rw-r--r--src/uscxml/plugins/datamodel/lua/LuaDataModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/plugins/datamodel/lua/LuaDataModel.cpp b/src/uscxml/plugins/datamodel/lua/LuaDataModel.cpp
index c01d4d1..77f4ef3 100644
--- a/src/uscxml/plugins/datamodel/lua/LuaDataModel.cpp
+++ b/src/uscxml/plugins/datamodel/lua/LuaDataModel.cpp
@@ -268,6 +268,7 @@ void LuaDataModel::setEvent(const Event& event) {
}
} else {
// some error events have a dom node attached - do not throw for them
+ // issue65
if (!nameMatch("error.*", event.name)) {
ERROR_EXECUTION_THROW("No DOM support in Lua datamodel");
}