Skip to content

Commit

Permalink
Fix binary lable issue (#4459)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Dec 18, 2022
1 parent d5a9bae commit 18815a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/panes/compiler.ts
Expand Up @@ -1501,9 +1501,8 @@ export class Compiler extends MonacoPane<monaco.editor.IStandaloneCodeEditor, Co
},
id: address,
command: {
id: address,
title: obj.opcodes.join(' '),
},
} as any, // This any cast fixes a bug
});
}
});
Expand Down

0 comments on commit 18815a4

Please sign in to comment.