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 authored and mattgodbolt committed Jan 24, 2023
1 parent fac6f74 commit ced47b7
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 ced47b7

Please sign in to comment.