Skip to content

Fail to run a command after a selfupdate within the same script #8

@eviweb

Description

@eviweb

this fails:

$wrapper =  Wrapper::create();
$wrapper->run('selfupdate');
$wrapper->run('update');

and this too:

Wrapper::create()->run('selfupdate');
Wrapper::create()->run('update');

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