summaryrefslogtreecommitdiff
path: root/test/message/async_error_sync_esm.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/async_error_sync_esm.out')
-rw-r--r--test/message/async_error_sync_esm.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/message/async_error_sync_esm.out b/test/message/async_error_sync_esm.out
new file mode 100644
index 0000000000..99ce9ed0b2
--- /dev/null
+++ b/test/message/async_error_sync_esm.out
@@ -0,0 +1,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:8:5)