test.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 11:20:59 +0000 (19:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 11:20:59 +0000 (19:20 +0800)
test.js

diff --git a/test.js b/test.js
index 5dff754..f120aee 100644 (file)
--- a/test.js
+++ b/test.js
@@ -63,6 +63,7 @@ imports.searchPath.push('/'); // allow global paths..
 // error checking todo..
  
 var ret = imports.FixBug.FixBug.show();
+print("show returned\n");
 print(JSON.stringify(ret,null, 4));