We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f00f0f commit 4d00a1bCopy full SHA for 4d00a1b
demo/test.js
@@ -399,7 +399,7 @@ document.addEventListener('DOMContentLoaded', event => {
399
}
400
disasm = lines.join("\n");
401
} catch (err) {
402
- logger.error("Failed to decode instructions [${hex_word(start_addr)}-${hex_word(end_addr)}]")
+ logger.error(`Failed to decode instructions [${hex_word(start_addr)}-${hex_word(end_addr)}]`)
403
404
let disp = document.getElementById("assemblyContents");
405
disp.textContent = disasm;
0 commit comments