Skip to content

Commit

Permalink
Minor chage
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranc0 committed Dec 30, 2023
1 parent a348f27 commit ff2d1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Author : Francesco
* Created at: 2023-09-24 09:53
* Edited by : Francesco
* Edited at : 2023-12-30 15:33
* Edited at : 2023-12-30 15:42
*
* Copyright (c) 2023 Xevolab S.R.L.
*/
Expand Down Expand Up @@ -128,7 +128,7 @@ function randomFile(): void {

const content = randomBytes(32).toString("hex");

fs.writeFileSync("random.txt", content);
fs.writeFileSync(__dirname + "/random.txt", content);
}

/*(() => {
Expand Down

0 comments on commit ff2d1a4

Please sign in to comment.