Skip to content

Commit f0a8e3e

Browse files
HaNdTriXSpaceK33z
authored andcommitted
Remove loud-rejection (#340)
This modules modifies the global promise/async rejection behaviour so no uncaught rejections will be swallowed.
1 parent d75802b commit f0a8e3e

File tree

3 files changed

+1537
-1536
lines changed

3 files changed

+1537
-1536
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const reporter = require('./lib/reporter');
77
const { setFs, toDisk } = require('./lib/fs');
88
const { getFilenameFromUrl, noop, ready } = require('./lib/util');
99

10-
require('loud-rejection/register');
11-
1210
const defaults = {
1311
logLevel: 'info',
1412
logTime: false,

0 commit comments

Comments
 (0)