We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f62de0 commit b63ce1fCopy full SHA for b63ce1f
arduino-ide-extension/src/browser/contributions/contribution.ts
@@ -264,7 +264,6 @@ export abstract class CoreServiceContribution extends SketchContribution {
264
let message: undefined | string = undefined;
265
if (CoreError.is(error)) {
266
message = error.message;
267
-
268
if (error.code === CoreError.Codes.Verify) {
269
message = message.replace(/[*]/g, '\\*');
270
}
0 commit comments