Use `SplitToLines`.

pull/10305/head
maliming 4 years ago
parent 6ef5ce7f2d
commit b455be16d3
No known key found for this signature in database
GPG Key ID: 096224957E51C89E

@ -51,7 +51,7 @@ namespace Volo.Abp.Cli.Bundling
}
}
if (content.IndexOf(Environment.NewLine, StringComparison.Ordinal) < 10)
if (content.SplitToLines().Length < 10)
{
return true;
}

Loading…
Cancel
Save