chore: log network fetch failures in port requirements modal
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/15310f2a-9bf2-4813-b2be-7462cb923c9c Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1d15997745
commit
6ea8810881
@@ -274,7 +274,9 @@ function openPortRequirementsModal(featureName, ports, onContinue) {
|
|||||||
? data.internal_ip : null;
|
? data.internal_ip : null;
|
||||||
renderPortRequirements(internalIp);
|
renderPortRequirements(internalIp);
|
||||||
})
|
})
|
||||||
.catch(function() {});
|
.catch(function(err) {
|
||||||
|
console.warn("Failed to fetch network info for port requirements modal:", err);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function closePortRequirementsModal() {
|
function closePortRequirementsModal() {
|
||||||
|
|||||||
Reference in New Issue
Block a user