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 <daniel.bevenius@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and rvagg committed Feb 28, 2019
1 parent a920721 commit 6929871
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 6929871

Please sign in to comment.