Skip to content

Use aysnc method to grab the version of generator#187

Merged
minggangw merged 1 commit intoRobotWebTools:developfrom
minggangw:fix-issue-183
Nov 21, 2017
Merged

Use aysnc method to grab the version of generator#187
minggangw merged 1 commit intoRobotWebTools:developfrom
minggangw:fix-issue-183

Conversation

@minggangw
Copy link
Copy Markdown
Member

To combine with JavaScript convention, we should read a file
asynchronously in order not to block the thread, which can be
achieved by using the async version of readFile.

Also, this patch fixed a bug caused by 5d764f5.

Fix #183

To combine with JavaScript convention, we should read a file
asynchronously in order not to block the thread, which can be
achieved by using the async version of readFile.

Also, this patch fixed a bug caused by 5d764f5.

Fix RobotWebTools#183
@minggangw minggangw merged commit 3aefc6b into RobotWebTools:develop Nov 21, 2017
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.

Consider making getCurrentGeneratorVersion() function async

1 participant