mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js: add missing start_digraph() for the js backend (#12638)
This commit is contained in:
parent
f5d283721e
commit
6f297cdfaa
6
vlib/v/dotgraph/dotgraph.js.v
Normal file
6
vlib/v/dotgraph/dotgraph.js.v
Normal file
@ -0,0 +1,6 @@
|
||||
module dotgraph
|
||||
|
||||
pub fn start_digraph() {
|
||||
println('digraph G {')
|
||||
#JS.process.on('exit', fn () { println('}') })
|
||||
}
|
Loading…
Reference in New Issue
Block a user