- Version: v6.11.4
- Platform: window 64bit
- Subsystem: cli option
There is my node code below:
var Util = require('util');
Util.print('fdfasd');
And I have excuted it in cli mode with option --no-deprecation or --trace-deprecation, but it takes no effect.
I mean that, if I excute it with --no-deprecation, it would not print any deprecation warning. If I excute it with --trace-deprecation, it would print trace about the usage of Util.print.
I have search with google for half of a day, but no results. Sorry about my poor English.