Closed
Description
This issue came up while discussing #11642
The problem with the warnings emitted by process.emitWarning
is that they provide little information about the context or how to get more information. Unless the user knows about the cli flags like --trace-warnings
or the warning API, there is no clue on how to proceed. A simple solution would be to append a short explanation like Use the --trace-warnings command line flag to get a full stack trace of this warning. if the flag is not set.