Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 25, 2025
1 parent feb31c9 commit ebb170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/engine/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class Engine {
for (let result of totalResult) {
result.info.browser.name = extras.har.log.browser.name;
result.info.browser.version = extras.har.log.browser.version;
if (options.browser === 'firefox') {
if (options.browser === 'firefox' && options.firefox) {
result.info.browser.args = options.firefox.args;
if (options.firefox.geckoProfiler === true) {
result.info.browser.geckProfilerFeatures =
Expand Down

0 comments on commit ebb170b

Please sign in to comment.