File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3421,6 +3421,13 @@ I would like to change things so these problems do not happen, or are
3421
3421
repaired automatically. But, I can write documentation faster than I
3422
3422
can fix code, so here are tips in the meantime.
3423
3423
3424
+ When investigating an issue, consider turning on logging. You can set
3425
+ ` straight-log ` to non-nil at the start of your init-file, and then
3426
+ check ` *straight-log* ` to see detailed information about exactly what
3427
+ ` straight.el ` is doing to process package management operations. You
3428
+ can also see ` *straight-process* ` for exact process output for any
3429
+ subcommands executed.
3430
+
3424
3431
### Why are my packages always/never rebuilding?
3425
3432
3426
3433
So, the first thing you have to check is the value of
You can’t perform that action at this time.
0 commit comments