mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 15:01:28 +00:00
Give some love to the linter
This commit is contained in:
@ -534,7 +534,7 @@ exports.main = function main(argv, options, callback) {
|
||||
|
||||
function readFileNode(filename) {
|
||||
try {
|
||||
var text;
|
||||
let text;
|
||||
stats.readCount++;
|
||||
stats.readTime += measure(() => {
|
||||
text = fs.readFileSync(filename, { encoding: "utf8" });
|
||||
|
Reference in New Issue
Block a user