You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,14 +125,17 @@ export class ServerComponent {
122
125
123
126
awaitConfig.setServerComponentName(basename);
124
127
128
+
if(stuffInStderr){
129
+
ServerComponent.writeOutput(`Server component was uploaded to ${remotePath} but there was something in stderr, which is not right. It might be worth seeing your user profile startup scripts.`);
130
+
}
131
+
125
132
window.showInformationMessage(`Db2 for IBM i extension server component has been updated!`);
126
133
this.installed=true;
127
134
updateResult=UpdateStatus.JUST_UPDATED;
128
135
129
136
}else{
130
137
updateResult=UpdateStatus.FAILED;
131
138
132
-
this.writeOutput(JSON.stringify(commandResult));
133
139
window.showErrorMessage(`Something went really wrong when trying to fetch your home directory.`).then(chosen=>{
0 commit comments