xref
: /
third_party
/
node
/
test
/
fixtures
/
warnings.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
'use strict'
;
2
3
process
.
emitWarning
(
'a bad practice warning'
);
4