Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 51d838b

Browse files
committed
test: fixing test failure after merge.
1 parent 5b3d44e commit 51d838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/parallel/test-internal-util-decorate-error-stack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Flags: --expose_internals
22
'use strict';
3-
require('../common');
3+
const common = require('../common');
44
const fixtures = require('../common/fixtures');
55
const assert = require('assert');
66
const internalUtil = require('internal/util');

0 commit comments

Comments
 (0)