summaryrefslogtreecommitdiff
path: root/test/message/internal_assert.out
blob: cf09fdcb605269322594a43be1ad7b5421a6c7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
internal/assert.js:*
    throw new ERR_INTERNAL_ASSERTION(message);
    ^

Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

    at assert (internal/assert.js:*:*)
    at * (*test*message*internal_assert.js:7:1)
    at *
    at *
    at *
    at *
    at *
    at * {
  code: 'ERR_INTERNAL_ASSERTION'
}