summaryrefslogtreecommitdiff
path: root/test/message/async_error_sync_esm.out
blob: 6577fff694472306e028a2080e9a94055ae4969b (plain)
1
2
3
4
5
6
7
(node:*) ExperimentalWarning: The ESM module loader is experimental.
Error: test
    at one (*fixtures*async-error.js:4:9)
    at two (*fixtures*async-error.js:17:9)
    at async three (*fixtures*async-error.js:20:3)
    at async four (*fixtures*async-error.js:24:3)
    at async main (*message*async_error_sync_esm.mjs:6:5)