builtin.js.v: run vfmt

pull/11383/head
Delyan Angelov 2021-09-03 14:13:36 +03:00
parent 96ef553f59
commit 91f7be98d0
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ pub fn js_throw(s any) {
#throw s
}
# let globalPrint;
#let globalPrint;
$if js_freestanding {
# globalPrint = globalThis.print
#globalPrint = globalThis.print
}
pub fn println(s string) {