Browse Source

feat: 调整cli

pull/140/head
Hanpaopao 1 year ago
parent
commit
ad60bdc140
  1. 2
      aspnet-core/frameworks/src/Lion.AbpPro.Cli.Core/Lion/AbpPro/Cli/Utils/ReplaceHelper.cs

2
aspnet-core/frameworks/src/Lion.AbpPro.Cli.Core/Lion/AbpPro/Cli/Utils/ReplaceHelper.cs

@ -19,7 +19,7 @@ public static class ReplaceHelper
}
catch (Exception ex)
{
throw new UserFriendlyException($"生成模板失败{ex.Message}");
throw new UserFriendlyException($"生成模板失败{ex.Message};{ex.StackTrace}");
}
}

Loading…
Cancel
Save