Created by: fangbinwei
The function(log.info) needs to bind 'log' so that it can emit 'info' event correctly, otherwise, an error 'this'(maybe the instance of Browserify) will be used by the function(log.info).
Created by: fangbinwei
The function(log.info) needs to bind 'log' so that it can emit 'info' event correctly, otherwise, an error 'this'(maybe the instance of Browserify) will be used by the function(log.info).