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 e1fb145 commit 7befcc8Copy full SHA for 7befcc8
source/backends/uxn.d
@@ -654,7 +654,7 @@ class BackendUXN : CompilerBackend {
654
655
override void CompileFuncAddr(FuncAddrNode node) {
656
if (node.func !in words) {
657
- Error(node.error, "Function '%s' doesn't exist");
+ Error(node.error, "Function '%s' doesn't exist", node.func);
658
}
659
660
auto word = words[node.func];
0 commit comments