Show More
Commit Description:
change logger to be limited by file size
Commit Description:
change logger to be limited by file size
References:
File last commit:
Show/Diff file:
Action:
node_modules/lie/polyfill.js | 4 lines | 97 B | application/javascript | JavascriptLexer |
'use strict';
if (typeof global.Promise !== 'function') {
global.Promise = require('./lib');
}