Skip to content

Async library is not added to package. #1

Description

@parhelium

Async lib is only included in tests ( Package.onUse ):
package.js line 44
api.addFiles('test/lib/async.js', client);

but should be also included in package ( Package.onUse ), because it is used in
lib/permissions-common.coffee in line 94

    async.each users, ((user, callback) ->
      Meteor.users.update {_id: user}, update, callback), callback

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions