Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
6057189b5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mdev/conn.native.js

+ 1
- 1
mdev/conn.native.js View File

9
 window.oclog = console.log
9
 window.oclog = console.log
10
 
10
 
11
 function tlog(){
11
 function tlog(){
12
-    oclog(".",...arguments)
12
+    oclog(",.",...arguments)
13
 }
13
 }
14
 
14
 
15
 console.log = tlog
15
 console.log = tlog

Loading…
Cancel
Save