Commit f998ebc
Fix Terminal method call - use t.Vprint instead of t.Printf
- Terminal type doesn't have Printf method, only Print/Vprint/Vprintf
- Use t.Vprint with string concatenation following codebase patterns
- Resolves build error: 't.Printf undefined'
Co-Authored-By: Alec Fong <alecsanf@usc.edu>1 parent 981e38c commit f998ebc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments