mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
uassert #
This commit is contained in:
parent
a10f15bc2d
commit
92e7cf1b2a
@ -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() );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user