Skip to content

Commit

Permalink
fix: Pulling image error on Extension install should stop the flow (#782
Browse files Browse the repository at this point in the history
)

fixes #781

Change-Id: Ibc14006129221c7b1fced367b0579abb8e6ef997
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Nov 7, 2022
1 parent 6cc28e1 commit 4f1b481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class DockerDesktopInstallation {
}
});
} catch (error) {
reportLog('Error while pulling image: ' + error);
event.reply('docker-desktop-plugin:install-error', logCallbackId, 'Error while pulling image: ' + error);
return;
}

Expand Down

0 comments on commit 4f1b481

Please sign in to comment.