Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
adjust test-50-may-exclude to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 8, 2019
1 parent 9121a16 commit 58f81cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/test-50-may-exclude/test-x-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ try {

console.log([

error1.message,
error1.message.split('\n')[0],
error1.code,
JSON.stringify(error1),
error2.message,
JSON.stringify(Object.assign(error1, { requireStack: undefined })),
error2.message.split('\n')[0],
error2.code,
JSON.stringify(error2),
error3.message,
JSON.stringify(Object.assign(error2, { requireStack: undefined })),
error3.message.split('\n')[0],
error3.code,
JSON.stringify(error3),
error4.message,
JSON.stringify(Object.assign(error3, { requireStack: undefined })),
error4.message.split('\n')[0],
error4.code,
JSON.stringify(error4)
JSON.stringify(Object.assign(error4, { requireStack: undefined }))

].join('\n'));

0 comments on commit 58f81cf

Please sign in to comment.