mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user