Skip to content

Wrong assignment to mod.interface#39

@Kirillbiliashov

Description

@Kirillbiliashov

In dependencyInjection/framework.js line 47

 mod.interface = mod.sandbox.exports; 

should be replaced with

 mod.interface = mod.sandbox.module.exports; 

Otherwise, mod.interface will always be undefined

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