Skip to content

Commit

Permalink
cluster: migrate round_robin_handle to internal assert
Browse files Browse the repository at this point in the history
Use smaller internal assert module for round_robin_handle.js.
  • Loading branch information
Trott committed Feb 13, 2019
1 parent 85d98a9 commit 8491298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/cluster/round_robin_handle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const assert = require('assert');
const assert = require('internal/assert');
const net = require('net');
const { sendHelper } = require('internal/cluster/utils');
const uv = internalBinding('uv');
Expand Down

0 comments on commit 8491298

Please sign in to comment.