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 @@ -823,7 +823,7 @@ REM Installs a module in the module's directory, and returns success
823823
824824 if " !moduleName! " == " " set moduleName = !moduleId!
825825
826- set announcement = Installing module !moduleName! !moduleVersion!
826+ set announcement = Installing module !moduleName! !moduleVersion! ( !moduleType! )
827827 call " !utilsScript! " WriteLine " !announcement! " " White" " Blue" !lineWidth!
828828 call " !utilsScript! " WriteLine
829829
@@ -925,7 +925,7 @@ REM Installs a module in the module's directory, and returns success
925925 call " !utilsScript! " WriteLine " moduleStartFilePath = !moduleStartFilePath! " " !color_info! "
926926 )
927927
928- call " !utilsScript! " WriteLine " !moduleType! module install" !color_mute!
928+ REM call "!utilsScript!" WriteLine "!moduleType! module install" !color_mute!
929929
930930 if exist " !moduleDirPath! \install.bat" (
931931
You can’t perform that action at this time.
0 commit comments