mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 03:31:35 +00:00

Suggest using `--trace-warnings` or `--trace-deprecation` the first time a warning is emitted without a stack trace, similar to how we suggest `--trace-uncaught` when printing uncaught exceptions without a stack trace. PR-URL: https://github.com/nodejs/node/pull/32797 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
(node:*) ExperimentalWarning: The ESM module loader is experimental.
|
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
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)
|