Skip to content

Commit

Permalink
Update packages/debug/src/browser/disassembly-view/disassembly-view-w…
Browse files Browse the repository at this point in the history
…idget.ts

Co-authored-by: Mark Sujew <mark.sujew@typefox.io>
  • Loading branch information
colin-grant-work and msujew authored Jun 22, 2022
1 parent 1d49f0e commit 46cd5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const disassemblyNotAvailable: DisassembledInstructionEntry = {
isBreakpointEnabled: false,
instruction: {
address: '-1',
instruction: nls.localize('instructionNotAvailable', 'Disassembly not available.')
instruction: nls.localize('theia/debug/instructionNotAvailable', 'Disassembly not available.')
},
instructionAddress: BigInt(-1)
} as const;
Expand Down

0 comments on commit 46cd5e1

Please sign in to comment.