fix comment template string
This commit is contained in:
parent
b9803c8357
commit
ee54da0305
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user