Skip to content

How can we contribute to the project? #32

@wilcorrea

Description

@wilcorrea

Hey guys, I'm having problems running the watcher. Sometimes the $ret returns false and it is triggered an undefined index at that line. I created a fork here with the change below and it works.

$command = sprintf('%s %s/vendor/hyperf/watcher/collector-reload.php %s', $this->option->getBin(), BASE_PATH, $file);
$ret = exec($command);
$code = $ret['code'] ?? null;

I’d like to know how I can help make this change to this great tool.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions