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) {
|
if (!isNew) {
|
||||||
print(
|
print(
|
||||||
'${new DateTime.now().toIso8601String()}Successfully restarted server.');
|
'${new DateTime.now().toIso8601String()}: Successfully restarted server.');
|
||||||
}
|
}
|
||||||
|
|
||||||
exitCode = await server.exitCode;
|
exitCode = await server.exitCode;
|
||||||
|
|
|
@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
|
||||||
description: "Command-line tools for the Angel framework."
|
description: "Command-line tools for the Angel framework."
|
||||||
homepage: "https://github.com/angel-dart/angel_cli"
|
homepage: "https://github.com/angel-dart/angel_cli"
|
||||||
name: "angel_cli"
|
name: "angel_cli"
|
||||||
version: "1.0.0-dev+19"
|
version: "1.0.0-dev+20"
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: "^0.29.0"
|
analyzer: "^0.29.0"
|
||||||
args: "^0.13.7"
|
args: "^0.13.7"
|
||||||
|
|
Loading…
Reference in a new issue