Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed May 1, 2024
1 parent 771ea06 commit 2585618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reader/apply-source-maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function loadInputSourceMapFromLocalUri(uri, applyContext) {
var sourceMap;
// Note: Keep these as dynamic, on-demand requires for edge compatibility
var fs = require('fs');
var path = require('path');

if (!fs.existsSync(uri) || !fs.statSync(uri).isFile()) {
applyContext.warnings.push('Ignoring local source map at "' + uri + '" as resource is missing.');
Expand Down

0 comments on commit 2585618

Please sign in to comment.