You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IanMitchell
changed the title
Summary log file missing for commands with colon character
Summary task log file missing for commands with colon character
Feb 5, 2025
As a point of clarification, the run summary exists but the task summary doesn't exist within the scoped package. I see "logFile": "packages/pkg-a/.turbo/turbo-colon$colon$command.log",, but that file was never created
Verify canary release
Link to code that reproduces this issue
https://github.com/IanMitchell/summarize-colon-missing-logfile
Which canary version will you have in your reproduction?
[email protected]
Enviroment information
Expected behavior
The task log file
packages/pkg-a/.turbo/turbo-colon$colon$command.log
should existActual behavior
There is no
.turbo
directory and no log fileTo Reproduce
In the linked repro repository, run
npm run colon:command
Additional context
While I am unsure if the
$colon$
ultimately is responsible, other commands create the associated log files.The text was updated successfully, but these errors were encountered: