diff --git a/web/explorer/src/utils/rdocParser.js b/web/explorer/src/utils/rdocParser.js index d5ca6dfdb..718652c9a 100644 --- a/web/explorer/src/utils/rdocParser.js +++ b/web/explorer/src/utils/rdocParser.js @@ -492,6 +492,8 @@ function getFeatureName(feature) { return `operand[${feature.index}].offset: 0x${feature.operand_offset.toString(16).toUpperCase()}`; case "class": return `${feature.class_}`; + case "import": + return `${feature.import_}`; default: return `${feature[feature.type]}`; }