diff --git a/lib/src/commands/start.dart b/lib/src/commands/start.dart index c340ed7a..04dc19df 100644 --- a/lib/src/commands/start.dart +++ b/lib/src/commands/start.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index ae02f9ee..3c5279fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ author: "Tobe O " 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"