function insertLine(file, lineNumber, insertText) {
var array = fs.readFileSync(file).toString().split("\n");
array.splice((lineNumber - 1), 0, insertText); fs.writeFileSync(file, array.join('\n'), 'utf8');
}
function insertLine(file, lineNumber, insertText) {
var array = fs.readFileSync(file).toString().split("\n");
array.splice((lineNumber - 1), 0, insertText); fs.writeFileSync(file, array.join('\n'), 'utf8');
}
After yesterday Windows Update (KB3013455) Courier New front got distorted very bad in my PC. It got bad to the level that it is not longer readable. This font change affected everywhere. Chrome, Notepad ++ ect and i was super mad for half of the day looking for a solution.