Skip to content

Commit

Permalink
feat: 🎸 change sourcemap package
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 20, 2023
1 parent 62673b6 commit 30f2356
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 2,590 deletions.
2 changes: 1 addition & 1 deletion addon/sourcemaps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var StackTrace = require('stacktrace-js');
var SourcemapCodec = require('sourcemap-codec');
var SourcemapCodec = require('@jridgewell/sourcemap-codec');

function findStackframe (frames) {
for (var i = 4; i < frames.length; i++) {
Expand Down
Loading

0 comments on commit 30f2356

Please sign in to comment.