From 55aee357ba338fae3031a2890ef0d172e82ff498 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Mon, 29 Apr 2024 22:52:55 +0530 Subject: [PATCH] fix https://github.com/fawazahmed0/exchange-api/issues/99 --- currscript.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/currscript.js b/currscript.js index 17c6049..31e093a 100644 --- a/currscript.js +++ b/currscript.js @@ -75,6 +75,8 @@ async function begin() { fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage) fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "") + fs.copyFileSync(path.join(__dirname, 'country.json'), path.join(rootDir, 'country.json')) + // Close the browser // await browser.close() }