Skip to content

option setup error #2

@hrhthegreat

Description

@hrhthegreat

Hello, I found out that you've missed one space for adding the options and I got following error :
Unable to open file: /tmp/php-casperjs-IGvucs--ignore-ssl-errors=yes

In the file Casper.php line 604 :
$options[] = "--{$option}={$value}";
One space before -- is needed :
$options[] = " --{$option}={$value}";

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions