Skip to content

Commit 9a36966

Browse files
travnelsnknapp
authored andcommitted
require('sys') is deprecated, using 'util' instead
(node:30288) DeprecationWarning: sys is deprecated. Use util instead.
1 parent 6c92579 commit 9a36966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/util/benchwarmer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function BenchWarmer() {
1111
this.errors = {};
1212
}
1313

14-
var print = require('sys').print;
14+
var print = require('util').print;
1515

1616
BenchWarmer.prototype = {
1717
winners: function(benches) {

0 commit comments

Comments
 (0)