mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web][felt] fix source map path (flutter/engine#14134)
This commit is contained in:
parent
51d237a089
commit
614e92b4e7
@ -770,7 +770,7 @@ class BrowserManager {
|
||||
final String mapPath = p.join(
|
||||
env.environment.webUiRootDir.path,
|
||||
'build',
|
||||
'$path.js.map',
|
||||
'$path.browser_test.dart.js.map',
|
||||
);
|
||||
final JSStackTraceMapper mapper = JSStackTraceMapper(
|
||||
await File(mapPath).readAsString(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user