rstest icon indicating copy to clipboard operation
rstest copied to clipboard

[Bug]: 'Module not found' error can not trace source

Open 9aoy opened this issue 3 months ago • 0 comments

Version

rstest 0.3.1

Details

Image

expect show error frame like below:

Image

Reproduce link

https://github.com/web-infra-dev/rstest/blob/main/examples/node

Reproduce Steps

fake a Module not found error.

import aaa from 'aaa';

console.log(aaa);

9aoy avatar Sep 01 '25 11:09 9aoy