mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Reduce diff
This commit is contained in:
parent
86a2b8c2a7
commit
e164eb8b95
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ function shouldRemoveLine(line, pattern) {
|
||||||
*
|
*
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
export function addLineToFile(filePath, line, eol ) {
|
export function addLineToFile(filePath, line, eol) {
|
||||||
createFileIfNotExists(filePath);
|
createFileIfNotExists(filePath);
|
||||||
|
|
||||||
eol = eol || os.EOL;
|
eol = eol || os.EOL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue