add minilog

This commit is contained in:
Eric Rosenbaum 2016-10-27 15:28:26 -04:00
parent d9c879d4b7
commit a89ab4b25d

4
src/log.js Normal file
View file

@ -0,0 +1,4 @@
var minilog = require('minilog');
minilog.enable();
module.exports = minilog('scratch-audioengine');