Skip to content

Commit ee1a7b5

Browse files
fix param order
1 parent a2160b7 commit ee1a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testingbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const commands = {
216216
console.error('Error: Invalid browser type. Use: all, web, mobile, or real');
217217
process.exit(1);
218218
}
219-
api.getBrowsers(outputResult, type);
219+
api.getBrowsers(type, outputResult);
220220
}
221221
},
222222

0 commit comments

Comments
 (0)