Skip to content

Commit

Permalink
nit: add eol
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Aug 8, 2023
1 parent cae9985 commit 6f52872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-core/src/utils/fileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ export function writeFileSyncAtomic(aPath: string, data: Buffer | string, option
const tmpPath = path.join(dirName, fileName + '-' + createGuid());
fs.writeFileSync(tmpPath, data, options);
fs.renameSync(tmpPath, aPath);
}
}

0 comments on commit 6f52872

Please sign in to comment.