main.lua

changeset 78
54bb54fe9ed2
parent 76
fecc1af937be
child 80
6676218cc481
--- a/main.lua	Sat Feb 06 14:38:17 2016 +0000
+++ b/main.lua	Sat Feb 06 14:38:25 2016 +0000
@@ -123,7 +123,7 @@
 
 	local script = initialize_script(parse_script(read_script()));
 
-	log_data("script", { title = script.title, summary = script.summary });
+	log_data("script", { title = script.title, summary = script.summary, tags = script.tags });
 
 	if server_log_reader then
 		if skip_server_startup_log then

mercurial