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

need update file path in demo code #105

Open
ettoolong opened this issue Jul 31, 2019 · 0 comments
Open

need update file path in demo code #105

ettoolong opened this issue Jul 31, 2019 · 0 comments

Comments

@ettoolong
Copy link

Some file paths in manifest.json are wrong, e.g.:
tcp demo and p2p-chat demo

the
"schema": "../../src/toolkit/components/extensions/tcp.json",
should be
"schema": "../../src/toolkit/components/extensions/schemas/tcp.json",

the
"schema": "../../src/toolkit/components/extensions/udp.json",
should be
"schema": "../../src/toolkit/components/extensions/schemas/udp.json",

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

No branches or pull requests

1 participant