Skip to content

Commit

Permalink
worker: switch to internal assert module
Browse files Browse the repository at this point in the history
PR-URL: #26091
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Trott committed Feb 16, 2019
1 parent 611043c commit a8c3adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const EventEmitter = require('events');
const assert = require('assert');
const assert = require('internal/assert');
const path = require('path');
const util = require('util');
const {
Expand Down

0 comments on commit a8c3adf

Please sign in to comment.