Skip to content

Commit 8491298

Browse files
committed
cluster: migrate round_robin_handle to internal assert
Use smaller internal assert module for round_robin_handle.js.
1 parent 85d98a9 commit 8491298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/cluster/round_robin_handle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
const assert = require('assert');
2+
const assert = require('internal/assert');
33
const net = require('net');
44
const { sendHelper } = require('internal/cluster/utils');
55
const uv = internalBinding('uv');

0 commit comments

Comments
 (0)