Skip to content

Commit b2aae63

Browse files
authored
Merge pull request #501 from github0null/dev
v3.26.3 revision
2 parents 2f19c56 + 837670f commit b2aae63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.26.2] revision
9+
### [v3.26.3] revision
1010

1111
**New**:
1212
- `Symbol Table View`: New symbol table UI (with c++ symbol name demangler).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://em-ide.com",
3737
"license": "MIT",
3838
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39-
"version": "3.26.2",
39+
"version": "3.26.3",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

src/ResManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export class ResManager extends events.EventEmitter {
659659
return true; // done, exit
660660

661661
} catch (error) {
662-
GlobalEvent.emit('msg', ExceptionToMessage(error, 'Warning'));
662+
GlobalEvent.log_warn(error);
663663
}
664664
}
665665

0 commit comments

Comments
 (0)