Update hubManager.ts

This commit is contained in:
MasonBone 2021-12-02 10:40:48 -06:00 committed by GitHub
parent 6067a88fb8
commit 94fda2de21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ export default class HubManager {
logger.error(Buffer.from(params[3], 'base64').toString());
break;
}
vscode.window.showErrorMessage("Program Error.")
vscode.window.showErrorMessage("Program Error.");
}
} catch (err) {
console.log('Could not parse JSON:', msg);