This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-vm
Watch
1
Star
0
Fork
You've already forked scratch-vm
0
mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced
2024-12-25 15:32:40 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
d27dc5d54a
scratch-vm
/
src
/
util
/
log.js
5 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Pass with --fix
2017-04-17 15:10:04 -04:00
const
minilog
=
require
(
'minilog'
)
;
Replace console with minilog
2016-10-23 18:01:11 -04:00
minilog
.
enable
(
)
;
module
.
exports
=
minilog
(
'vm'
)
;
Reference in a new issue
Copy permalink