Browse Source
Update ProjectCreationCommandBase.cs
pull/14678/head
Alper Ebiçoğlu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs
|
|
|
@ -248,7 +248,7 @@ public abstract class ProjectCreationCommandBase |
|
|
|
{ |
|
|
|
EventBus.PublishAsync(new ProjectCreationProgressEvent |
|
|
|
{ |
|
|
|
Message = "Extracting the solution archieve" |
|
|
|
Message = "Unzipping the solution" |
|
|
|
}, false); |
|
|
|
|
|
|
|
using (var templateFileStream = new MemoryStream(project.ZipContent)) |
|
|
|
@ -818,4 +818,4 @@ public abstract class ProjectCreationCommandBase |
|
|
|
public const string Long = "theme-style"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|