Skip to content

Add support for this in task functions - #8

Closed
frozzare wants to merge 1 commit into
masterfrom
feat/this-support
Closed

Add support for this in task functions#8
frozzare wants to merge 1 commit into
masterfrom
feat/this-support

Conversation

@frozzare

@frozzare frozzare commented Nov 10, 2021

Copy link
Copy Markdown
Member
module.exports = {
    default() {
      this.log('Hello');
    },
    log(line) {
      console.log(line);
    },
}

@frozzare frozzare closed this Nov 10, 2021
@renovate renovate Bot mentioned this pull request Jul 30, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant