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

Can't use in self-contained binaries #97

Closed
konuch opened this issue Sep 23, 2021 · 2 comments
Closed

Can't use in self-contained binaries #97

konuch opened this issue Sep 23, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@konuch
Copy link
Contributor

konuch commented Sep 23, 2021

Hello, I've tried to use this great lib inside a compile deno binary, but I receive the following error:

error: TypeError: Self-contained binaries don't support module loading
    at async getWebSocketTransportClass (file://$deno$/bundle.js:9371:99)
    at async connectToBrowser (file://$deno$/bundle.js:9383:32)
    at async launch (file://$deno$/bundle.js:9483:22)
    at async launch1 (file://$deno$/bundle.js:11182:72)
    at async file://$deno$/bundle.js:11221:13

Also tried it with ./examples/hello.ts with same results.

Please, is there a way this could be fixed somehow?

Thanks,
Rado

@uki00a uki00a self-assigned this Sep 23, 2021
@uki00a uki00a added the bug Something isn't working label Sep 23, 2021
@uki00a
Copy link
Owner

uki00a commented Sep 23, 2021

Thanks for the report! v1.1.1 should fix this issue. 🙂

@uki00a uki00a closed this as completed Sep 23, 2021
@konuch
Copy link
Contributor Author

konuch commented Sep 23, 2021

Thanks for the report! v1.1.1 should fix this issue. 🙂

Great, thanks for fixing this so quickly. I've tested it and it's working properly when compiled. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants