Skip to content

Commit 4f05720

Browse files
committed
test code
1 parent 775f063 commit 4f05720

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/easycoder-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,7 @@ const EasyCoder_Core = {
29612961
property = program.getValue(value.property);
29622962
}
29632963
catch (err) {
2964+
console.log(`Error: `, err);
29642965
}
29652966
const propertyRecord = program.getSymbolRecord(value.symbol);
29662967
let propertyContent = program.getValue(propertyRecord.value[propertyRecord.index]);

js/easycoder/Core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,7 @@ const EasyCoder_Core = {
29612961
property = program.getValue(value.property);
29622962
}
29632963
catch (err) {
2964+
console.log(`Error: `, err);
29642965
}
29652966
const propertyRecord = program.getSymbolRecord(value.symbol);
29662967
let propertyContent = program.getValue(propertyRecord.value[propertyRecord.index]);

0 commit comments

Comments
 (0)