Skip to content

src: condense experimental warning message

Rodrigo Muino Tomonari requested to merge github/fork/Trott/period into main

Before:

$ node --watch fhqwhgads
(node:26196) ExperimentalWarning: Watch mode is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

After:

$ ./node --watch fhqwhgads
(node:78033) ExperimentalWarning: Watch mode is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

Merge request reports

Loading