20
This commit is contained in:
parent
8ad5fff04c
commit
9afc4eb546
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue