11
This commit is contained in:
parent
0a7a0a587d
commit
b237c0c2d7
2 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ class Angel extends Routable {
|
|||
accept.contains("application/javascript")) {
|
||||
res.json(e.toMap());
|
||||
} else {
|
||||
await _applyHandler(_errorHandler, req, res);
|
||||
_finalizeResponse(request, res);
|
||||
await _errorHandler(e, req, res);
|
||||
}
|
||||
_finalizeResponse(request, res);
|
||||
} catch (_) {}
|
||||
}
|
||||
_onError(e, stackTrace);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_framework
|
||||
version: 0.0.0-dev.9
|
||||
version: 0.0.0-dev.11
|
||||
description: Core libraries for the Angel framework.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_framework
|
||||
|
|
Loading…
Reference in a new issue