Skip to content

Commit

Permalink
require('sys') is deprecated, using 'util' instead
Browse files Browse the repository at this point in the history
(node:30288) DeprecationWarning: sys is deprecated. Use util instead.
  • Loading branch information
travnels authored and nknapp committed Jan 1, 2017
1 parent 6c92579 commit 9a36966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/util/benchwarmer.js
Expand Up @@ -11,7 +11,7 @@ function BenchWarmer() {
this.errors = {};
}

var print = require('sys').print;
var print = require('util').print;

BenchWarmer.prototype = {
winners: function(benches) {
Expand Down

0 comments on commit 9a36966

Please sign in to comment.