Skip to content

Commit f14e7ef

Browse files
committed
Print importmap output
1 parent c99fd90 commit f14e7ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

exe/importmap-update

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ end
9090

9191
def build_plan_from_live(config, runner)
9292
outdated_result = runner.run("bin/importmap", "outdated")
93+
warn "Output from bin/importmap outdated"
94+
warn outdated_result.stdout
9395
audit_result = runner.run("bin/importmap", "audit")
96+
warn "Output from bin/importmap audit"
97+
warn audit_result.stdout
9498
outdated = Importmap::Update::Parsers::OutdatedParser.parse(outdated_result.stdout)
9599
vulnerabilities = Importmap::Update::Parsers::AuditParser.parse(audit_result.stdout)
96100
Importmap::Update::Planner.new(

0 commit comments

Comments
 (0)