Merge branch 'master' of github.com:mongodb/mongo
Conflicts: scripting/engine_spidermonkey.cpp
This commit is contained in:
@@ -669,7 +669,7 @@ namespace mongo {
|
||||
}
|
||||
}
|
||||
|
||||
log() << "toval: unknown type: " << (int)(e.type()) << endl;
|
||||
log() << "toval: unknown type: " << (int) e.type() << endl;
|
||||
uassert( 10218 , "not done: toval" , 0 );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user