mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-31 10:22:21 -05:00
add minilog
This commit is contained in:
parent
d9c879d4b7
commit
a89ab4b25d
1 changed files with 4 additions and 0 deletions
4
src/log.js
Normal file
4
src/log.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
var minilog = require('minilog');
|
||||
minilog.enable();
|
||||
|
||||
module.exports = minilog('scratch-audioengine');
|
Loading…
Reference in a new issue