Commit 771bba1
fix(cli): use existing printer singleton in validateTemplateDrift
Remove unnecessary Printer adapter that wrapped this.logger and the
redundant `import type { Printer }`. The file already imports the
`printer` singleton from @aws-amplify/amplify-prompts, which is the
correct type expected by detectTemplateDrift() and CloudFormationService.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fddacc7 commit 771bba1
1 file changed
Lines changed: 2 additions & 14 deletions
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 200 | + | |
213 | 201 | | |
214 | 202 | | |
215 | 203 | | |
| |||
219 | 207 | | |
220 | 208 | | |
221 | 209 | | |
222 | | - | |
| 210 | + | |
223 | 211 | | |
224 | 212 | | |
225 | 213 | | |
| |||
0 commit comments