Increase the precautions for red fonts at startup

This commit is contained in:
丁川 2019-09-06 19:25:46 +08:00
parent d9408964d7
commit c9abc66705

View file

@ -44,6 +44,8 @@ namespace BotSharp.Core.Modules
Console.WriteLine($"Using default emulator: DialogflowAi, BotSharp.Platform.Dialogflow.");
}
Console.WriteLine($"Note: The red part information shown below can be ignored because the corresponding item is not referenced.", Color.Yellow);
this._modules = options.Modules
.Select(s =>
{