File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -196,15 +196,17 @@ class JupyterLabCodeFormatter
196
196
void showErrorMessage (
197
197
'Jupyterlab Code Formatter Version Mismatch' ,
198
198
`Lab plugin version: ${ Constants . PLUGIN_VERSION } . ` +
199
- `Server plugin version: ${ serverPluginVersion } .`
199
+ `Server plugin version: ${ serverPluginVersion } . ` +
200
+ `Please re-install the plugin with the latest instruction.`
200
201
) ;
201
202
}
202
203
return versionMatches ;
203
204
} )
204
205
. catch ( error => {
205
206
void showErrorMessage (
206
207
'Jupyterlab Code Formatter Error' ,
207
- 'Unable to find server plugin version, consider upgrading.'
208
+ 'Unable to find server plugin version, this should be impossible,' +
209
+ 'open a GitHub issue if you cannot figure this issue out yourself.'
208
210
) ;
209
211
return false ;
210
212
} ) ;
You can’t perform that action at this time.
0 commit comments