require('sys') is deprecated, using 'util' instead
(node:30288) DeprecationWarning: sys is deprecated. Use util instead.
(cherry picked from commit 9a36966 by @travnels)
This commit is contained in:
committed by
Nils Knappmeier
parent
a023cb4dd9
commit
406f2ee01f
@@ -11,7 +11,7 @@ function BenchWarmer() {
|
|||||||
this.errors = {};
|
this.errors = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
var print = require('sys').print;
|
var print = require('util').print;
|
||||||
|
|
||||||
BenchWarmer.prototype = {
|
BenchWarmer.prototype = {
|
||||||
winners: function(benches) {
|
winners: function(benches) {
|
||||||
|
|||||||
Reference in New Issue
Block a user