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

Incorrect module error representation in Full TS #1485

Open
RichDom2185 opened this issue Sep 10, 2023 · 0 comments
Open

Incorrect module error representation in Full TS #1485

RichDom2185 opened this issue Sep 10, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@RichDom2185
Copy link
Member

RichDom2185 commented Sep 10, 2023

The error messages are not unpacked in Full TypeScript (works correctly in Full JS):

image

import { play } from 'sound';

play("weird error"); // [object Object]

import { show } from 'rune';

show("weird"); // [object Object]
@RichDom2185 RichDom2185 added the Bug Something isn't working label Sep 10, 2023
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

1 participant