From 4ab86163b5f7d9857536788f8a5476b6805cb6e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:31:46 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 23cca163c..dff19526f 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -68,6 +68,7 @@ ns_list.forEach(function(ns_name) print('NameSpace.factory(' + actions[i] +','+ns_name+','+n); var odata = NameSpace.factory(actions[i], ns_name, n); print(JSON.stringify(odata,null,4)); + seed.quit(); }); } -- 2.39.2