Browse Source

Update AbpIoSourceCodeStore.cs

pull/3853/head
Yunus Emre Kalkan 6 years ago
parent
commit
e8e847b5c1
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs

@ -199,7 +199,6 @@ namespace Volo.Abp.Cli.ProjectBuilding
}
catch (Exception ex)
{
Console.WriteLine("Error occured while getting the NuGet version from {0} : {1}", url, ex.Message);
return null;
}
}

Loading…
Cancel
Save