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/static-module/test/vars/one.js | 4 lines | 104 B | application/javascript | JavascriptLexer |
var fs = require('fs'),
html = fs.readFileSync(__dirname + '/vars.html', 'utf8')
;
console.log(html);