From ff2d1a4cff60fc24263c2adb0b8c89d11ebac30e Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 30 Dec 2023 15:43:16 -0600 Subject: [PATCH] Minor chage --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index 92ecbf3..ff3656b 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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. */ @@ -128,7 +128,7 @@ function randomFile(): void { const content = randomBytes(32).toString("hex"); - fs.writeFileSync("random.txt", content); + fs.writeFileSync(__dirname + "/random.txt", content); } /*(() => {