Skip to content

Conversation

@ChALkeR
Copy link

@ChALkeR ChALkeR commented Jun 6, 2015

This is needed to move all syncrhonous code out of the guess() method.

Now, loading the gender module from the top of your file with

const gender = require('gender');
gender.loadSync();

Will make you sure that gender module does not execute *Sync operations after the first tick.

This is needed to move all syncrhonous code out of the guess() method.
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