Skip to content

Commit

Permalink
Merge pull request #235 from ArtemGovorov/patch-1
Browse files Browse the repository at this point in the history
Fix `resetRetrieveHandlers` to reset `retrieveSourceMap` and `retrieveFile` functions
  • Loading branch information
LinusU committed Mar 12, 2019
2 parents 80643a6 + 16f1a6d commit 538e1c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source-map-support.js
Expand Up @@ -557,4 +557,7 @@ exports.resetRetrieveHandlers = function() {

retrieveFileHandlers = originalRetrieveFileHandlers.slice(0);
retrieveMapHandlers = originalRetrieveMapHandlers.slice(0);

retrieveSourceMap = handlerExec(retrieveMapHandlers);
retrieveFile = handlerExec(retrieveFileHandlers);
}

0 comments on commit 538e1c5

Please sign in to comment.