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 1bf0d30 commit 7536d10Copy full SHA for 7536d10
linker.ts
@@ -39,7 +39,7 @@ function replacePlaceholder (bytecode: string, label: string, address: string, l
39
// truncate to 36 characters
40
const truncatedName = label.slice(0, 36);
41
42
- if (linkReferences && linkReferences[truncatedName]) {
+ if (linkReferences[truncatedName]) {
43
linkReferences[truncatedName].forEach(function (reference) {
44
const start = reference.start * 2;
45
const end = (reference.start + reference.length) * 2;
0 commit comments