Skip to content

Commit f873523

Browse files
Trotttargos
authored andcommitted
cluster: migrate round_robin_handle to internal assert
Use smaller internal assert module for round_robin_handle.js. PR-URL: #26047 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ccf60bb commit f873523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/cluster/round_robin_handle.js

+1-1
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)