mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
provide package blocked feedback in proxy mode (#154)
* provide package blocked feedback in proxy mode * update test case & clear status on block * refactor reporting * clearStatus on `continueExecution` * set spinnerChan to nil * add sync for spinner
This commit is contained in:
@@ -85,8 +85,6 @@ func (f *proxyFlow) Run(ctx context.Context, args []string, parsedCmd *packagema
|
||||
return nil
|
||||
}
|
||||
|
||||
ui.SetStatus("Initializing proxy mode...")
|
||||
|
||||
// Setup CA certificate for MITM
|
||||
caCert, caCertPath, err := f.setupCACertificate()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user