This commit is contained in:
Dwight
2010-06-10 12:41:53 -04:00
parent bbc298cb9c
commit e6d615c1f4

View File

@@ -1515,7 +1515,7 @@ namespace mongo {
for ( uintN i=0; i<argc; i++ ){
string filename = c.toString( argv[i] );
cout << "load [" << filename << "]" << endl;
//cout << "load [" << filename << "]" << endl;
if ( ! s->execFile( filename , false , true , false ) ){
JS_ReportError( cx , ((string)"error loading js file: " + filename ).c_str() );