Skip to content

Error when clicking in the create button #2

@RafaelOliveira

Description

@RafaelOliveira

I downloaded the Empty project, and there is this error (on console) when I try to create a flash project:

C:\Dev\Projetos\Kha\Empty\Kha\Kore\Tools\koremake\Path.js:24 Uncaught TypeError: Cannot read property 'path' of undefined

and nothing happens.

the line is:

Path.prototype.resolve = function (subpath) {
--> if (typeof (subpath) !== 'string') subpath = subpath.path;
return new Path(path.join(this.path, subpath));
};

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