Skip to content

Error: use fs.watch api instead #15

@mping

Description

@mping

In project.coffee:

replace:

fs.watchFile Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) =>

*with:

fs.watch Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) =>

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