0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

uassert #

This commit is contained in:
Eliot Horowitz 2010-02-23 22:38:09 -05:00
parent a10f15bc2d
commit 92e7cf1b2a

View File

@ -158,7 +158,7 @@ namespace mongo {
if ( e.type() != CodeWScope )
return;
BSONObj x = e.codeWScopeObject();
uassert( 13029 , (string)"can't use CodeWScope with map/reduce function: " + field , x.isEmpty() );
uassert( 13035 , (string)"can't use CodeWScope with map/reduce function: " + field , x.isEmpty() );
}
/**