This commit is contained in:
thosakwe 2016-12-03 13:20:36 -05:00
parent 48dab69db7
commit c892ccbd09
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# angel_mongo
![version 1.0.0-dev+5](https://img.shields.io/badge/version-1.0.0--dev+5-red.svg)
![version 1.0.0-dev+6](https://img.shields.io/badge/version-1.0.0--dev+6-red.svg)
![build status](https://travis-ci.org/angel-dart/mongo.svg?branch=master)
MongoDB-enabled services for the Angel framework.

View file

@ -92,7 +92,7 @@ class MongoService extends Service {
result['id'] = id;
return result;
} catch (e, st) {
log(e, st);
log(e, st, 'UPDATE');
throw new AngelHttpException(e, stackTrace: st);
}
}

View file

@ -1,5 +1,5 @@
name: angel_mongo
version: 1.0.0-dev+5
version: 1.0.0-dev+6
description: MongoDB-enabled services for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_mongo