mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Remove 'utf-8' option because it's the default.
This commit is contained in:
@@ -24,4 +24,4 @@ var reLine = /.*/gm;
|
||||
|
||||
fs.writeFileSync(filePath, fs.readFileSync(filePath, 'utf-8').replace(pattern, function(match) {
|
||||
return match.replace(reLine, '');
|
||||
}), 'utf-8');
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user