Skip to content

Commit

Permalink
Return if not nimbus
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 25, 2024
1 parent 6c45ad8 commit 88cd7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dappmanager/src/calls/packageInstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export async function packageInstall({
function ensureNimbusConnection(dnpName: string): void {
if (!dnpName.includes("nimbus")) {
logs.debug("Not a Nimbus package, skipping network reconnection");
return;
}

logs.info("Ensuring Nimbus services are connected to the staker network");
Expand Down

0 comments on commit 88cd7cb

Please sign in to comment.