fix comment template string

Former-commit-id: ee54da0305
This commit is contained in:
Scott Richmond 2025-07-07 13:03:00 -04:00
parent a074398963
commit 0ad1de743e

View File

@ -194,7 +194,7 @@ export function key_up (key) {
export {p5} from "./p5.js"
export function svg (commands) {
console.log("generating svg for ${code}")
console.log(`generating svg for ${code}`)
return svg_2(commands, code)
}