This commit is contained in:
lohit
2025-05-12 17:37:45 +05:30
parent 27f11ab583
commit b2756b3c63

View File

@@ -401,6 +401,7 @@ const handler = async function (argv) {
console.log(chalk.yellow('Running Request \n'));
const bruContent = fs.readFileSync(filename, 'utf8');
const requestItem = bruToJson(bruContent);
requestItem.pathname = path.resolve(collectionPath, filename);
requestItems.push(requestItem);
}