From cd77c2eb303e4a614efd11427764e228b218541f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Aug 2011 11:23:16 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 9f33ccb..484beb7 100644 --- a/docs.js +++ b/docs.js @@ -53,7 +53,7 @@ ns_list.forEach(function(ns_name) var core = imports.gi[ns_name]; ns_list_clean.push(ns_name); } catch( e) { - print(e.toString()); + print(JSON.stringify(e); } }); -- 2.39.2