Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

进程间通讯工作流程 #912

Closed
huangx916 opened this issue May 16, 2019 · 0 comments · Fixed by #913
Closed

进程间通讯工作流程 #912

huangx916 opened this issue May 16, 2019 · 0 comments · Fixed by #913
Assignees

Comments

@huangx916
Copy link

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/extension/ipc-workflow.md

原文:if ( error.code === 'ETIMEOUT' )
修正:if ( error && error.code === 'ETIMEOUT' )

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 a pull request may close this issue.

2 participants