mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
builtin.js.v: run vfmt
This commit is contained in:
parent
96ef553f59
commit
91f7be98d0
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ pub fn js_throw(s any) {
|
||||||
#throw s
|
#throw s
|
||||||
}
|
}
|
||||||
|
|
||||||
# let globalPrint;
|
#let globalPrint;
|
||||||
$if js_freestanding {
|
$if js_freestanding {
|
||||||
# globalPrint = globalThis.print
|
#globalPrint = globalThis.print
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn println(s string) {
|
pub fn println(s string) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue