js: add missing start_digraph() for the js backend (#12638)
parent
f5d283721e
commit
6f297cdfaa
|
@ -0,0 +1,6 @@
|
|||
module dotgraph
|
||||
|
||||
pub fn start_digraph() {
|
||||
println('digraph G {')
|
||||
#JS.process.on('exit', fn () { println('}') })
|
||||
}
|
Loading…
Reference in New Issue