This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not duplicate cmd-line flags on repeated PhantomJS runs
Karma may retry running the same browser instance multiple times in case something goes wrong with the first run, i.e if the browser process terminates unexpectedly for some reason. In such cases PhantomJS launcher would re-add all of its PhantomJS command-line options to the initially used option list instead of reusing the same one.
- Loading branch information