You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
Remove lib/util.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var events = require("events"),
|
||||
util = require("../util");
|
||||
util = require("util");
|
||||
|
||||
function Packet(type, size) {
|
||||
this.type = type;
|
||||
|
Reference in New Issue
Block a user