We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fa65a commit bc8624eCopy full SHA for bc8624e
test/parallel/test-cluster-dgram-reuse.js
@@ -3,7 +3,7 @@ const common = require('../common');
3
const os = require('os');
4
if (common.isWindows)
5
common.skip('dgram clustering is currently not supported on windows.');
6
-if (common.isAIX && os.release()=='7.3')
+if (common.isAIX && os.release() === '7.3')
7
common.skip('dgram clutering with reuse does not work if built on AIX 7.3.')
8
9
const assert = require('assert');
0 commit comments