No more stderr

This commit is contained in:
thosakwe 2016-09-21 02:37:01 -04:00
parent 848cf54270
commit 376e2095ba
2 changed files with 1 additions and 3 deletions

View file

@ -317,8 +317,6 @@ class Angel extends AngelBase {
/// Handles a server error. /// Handles a server error.
_onError(e, [StackTrace stackTrace]) { _onError(e, [StackTrace stackTrace]) {
stderr.write(e.toString());
if (stackTrace != null) stderr.write(stackTrace.toString());
_fatalErrorStream.add({ _fatalErrorStream.add({
"error": e, "error": e,
"stack": stackTrace "stack": stackTrace

View file

@ -1,5 +1,5 @@
name: angel_framework name: angel_framework
version: 1.0.0-dev.20 version: 1.0.0-dev.21
description: Core libraries for the Angel framework. description: Core libraries for the Angel framework.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework homepage: https://github.com/angel-dart/angel_framework