Skip to content

Commit

Permalink
Remove loud-rejection (#340)
Browse files Browse the repository at this point in the history
This modules modifies the global promise/async rejection behaviour so no uncaught rejections will be swallowed.
  • Loading branch information
HaNdTriX authored and SpaceK33z committed Sep 24, 2018
1 parent d75802b commit f0a8e3e
Show file tree
Hide file tree
Showing 3 changed files with 1,537 additions and 1,536 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const reporter = require('./lib/reporter');
const { setFs, toDisk } = require('./lib/fs');
const { getFilenameFromUrl, noop, ready } = require('./lib/util');

require('loud-rejection/register');

const defaults = {
logLevel: 'info',
logTime: false,
Expand Down

0 comments on commit f0a8e3e

Please sign in to comment.