This commit is contained in:
thosakwe 2017-02-01 18:34:31 -05:00
parent 8ad5fff04c
commit 9afc4eb546
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ class StartCommand extends Command {
if (!isNew) {
print(
'${new DateTime.now().toIso8601String()}Successfully restarted server.');
'${new DateTime.now().toIso8601String()}: Successfully restarted server.');
}
exitCode = await server.exitCode;

View file

@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
description: "Command-line tools for the Angel framework."
homepage: "https://github.com/angel-dart/angel_cli"
name: "angel_cli"
version: "1.0.0-dev+19"
version: "1.0.0-dev+20"
dependencies:
analyzer: "^0.29.0"
args: "^0.13.7"