Skip to content

Attempt to call d on a Str in Installer.pm6 #8

@mfollett

Description

@mfollett

Line 497 reads:
if $dir !~~ :d {
and should probably read:
if $dir.IO !~~ :d {
because it appears d can't be invoked on $dir which is of type string.

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