Skip to content

Commit c2de90b

Browse files
committed
Update comment
1 parent ad4f149 commit c2de90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deployWorkspaceProject/DeployWorkspaceProjectSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function getDeployWorkspaceProjectSettings(rootFolder: WorkspaceFol
3030
containerRegistryName
3131
};
3232
} catch {
33-
// If we run into any read issues, just return empty resources rather than trying to handle a partial resources scenario
33+
// Return no matching resources if we encounter any settings path read errors
3434
return {};
3535
}
3636
}

0 commit comments

Comments
 (0)