Skip to content

Commit

Permalink
fix(errors): revert uncaughtException handler
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jul 6, 2023
1 parent 0f0ce5c commit ff4e8aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ const path = require("path");
const fs = require("fs");
const sourceMapSupport = require("source-map-support");

process.on("uncaughtException", err => {
throw err;
});

let sources = {};
let maps = {};

Expand Down

0 comments on commit ff4e8aa

Please sign in to comment.