Skip to content

Commit b157a5d

Browse files
committed
try to write out more debug info
1 parent 91f6a52 commit b157a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build-tinytex-2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $releaseYear = if ($releaseYearMatch) { $releaseYearMatch.Matches.Groups[1].Valu
1515
if ($env:FORCE_REBUILD -ne 'true' -and $releaseYear -ne '' -and $releaseYear -eq $env:TEXLIVE_YEAR) {
1616
Write-Host ">> Years match (TeX Live $($env:TEXLIVE_YEAR)): reusing daily TinyTeX-2 bundle and applying incremental updates"
1717
$env:TINYTEX_INSTALLER = 'TinyTeX-2'
18-
cmd /c "$PSScriptRoot\install-bin-windows.bat" "$PWD"
18+
cmd /c "$PSScriptRoot\install-bin-windows.bat" "$PWD" '2>&1' | Write-Host
1919
Rscript -e "tinytex::tlmgr(c('option', 'repository', Sys.getenv('CTAN_REPO')))"
2020

2121
# Capture installed packages before any changes

0 commit comments

Comments
 (0)