File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ REM Installs a module in the module's directory, and returns success
820820
821821 if " !moduleName! " == " " set moduleName = !moduleId!
822822
823- set announcement = Installing module !moduleName! !moduleVersion!
823+ set announcement = Installing module !moduleName! !moduleVersion! ( !moduleType! )
824824 call " !utilsScript! " WriteLine " !announcement! " " White" " Blue" !lineWidth!
825825 call " !utilsScript! " WriteLine
826826
@@ -922,7 +922,7 @@ REM Installs a module in the module's directory, and returns success
922922 call " !utilsScript! " WriteLine " moduleStartFilePath = !moduleStartFilePath! " " !color_info! "
923923 )
924924
925- call " !utilsScript! " WriteLine " !moduleType! module install" !color_mute!
925+ REM call "!utilsScript!" WriteLine "!moduleType! module install" !color_mute!
926926
927927 if exist " !moduleDirPath! \install.bat" (
928928
You can’t perform that action at this time.
0 commit comments