You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or if your using deno(make sure you allow the permissions)
21
-
```
22
-
deno run glang.js
21
+
```sh
22
+
$ deno run glang.js
23
23
```
24
24
25
25
`dev:true` can also be `dev:false`, its ment to display more data. Also you can put `verbose` instead of `dev:true` to get more loggs on whats happening.
0 commit comments