mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-26 02:17:15 +00:00
@@ -71,8 +71,9 @@ export class VerifySketch extends SketchContribution {
|
||||
fqbn,
|
||||
optimizeForDebug: this.editorMode.compileForDebug
|
||||
});
|
||||
this.messageService.info('Done compiling.', { timeout: 1000 });
|
||||
} catch (e) {
|
||||
await this.messageService.error(e.toString());
|
||||
this.messageService.error(e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user