Revert "File.js"
[app.Builder.js] / gtkrun.js
index f3c4eb9..1ec53ad 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -32,7 +32,7 @@ GLib        = imports.gi.GLib;
 
 // we add this in, as it appears to get lost sometimes if we set it using the ENV. variable in builder.sh
 GIRepository.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.2');
-//print(JSON.(GIRepository.IRepository.get_search_path()));
+//print(JSON.stringify(GIRepository.IRepository.get_search_path()));
 
 Gtk         = imports.gi.Gtk;
 Gdk         = imports.gi.Gdk;