File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ async function checkInstanceUpdateStatus() {
33
33
document . getElementById ( 'update-status' ) . innerText = statusMessage ;
34
34
} catch ( error ) {
35
35
console . error ( 'Error fetching commits:' , error ) ;
36
- document . getElementById ( 'update-status' ) . innerText = '⚠️ Error checking update status.' ;
36
+ document . getElementById ( 'update-status' ) . innerText = '⚠️ Error checking update status: ' + error ;
37
37
}
38
38
}
39
39
@@ -48,7 +48,7 @@ async function checkOtherInstances() {
48
48
document . getElementById ( 'random-instance' ) . innerText = "Visit Random Instance" ;
49
49
} catch ( error ) {
50
50
console . error ( 'Error fetching instances:' , error ) ;
51
- document . getElementById ( 'update-status' ) . innerText = '⚠️ Error checking update status.' ;
51
+ document . getElementById ( 'update-status' ) . innerText = '⚠️ Error checking other instances: ' + error ;
52
52
}
53
53
}
54
54
You can’t perform that action at this time.
0 commit comments