Skip to content

Commit f66234e

Browse files
committed
added plugin update information
1 parent a7a5135 commit f66234e

File tree

1 file changed

+2
-1
lines changed
  • fusion-studio-extension/src/browser

1 file changed

+2
-1
lines changed

fusion-studio-extension/src/browser/core.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ export class FSCore {
309309
if (FSErrorObject.is(error)) {
310310
FSDialog.alert('New Connection',
311311
ERROR_MESSAGES[error.code] + ' "' + (error.data?.length && error.data[0]) + '"',
312-
'You need to update your API to version "' + API_MINIMUM_VERSION + '" or higher');
312+
// TODO: elaborate on the instructions, maybe link to a documentation page
313+
'You need to update your API to version "' + API_MINIMUM_VERSION + '" or higher.<br/>Visit <a href="https://fusiondb.com/">Fusion DB website</a> for more information on how to update.');
313314
} else {
314315
console.error('not caught:', error);
315316
}

0 commit comments

Comments
 (0)