Skip to content

Commit 6604468

Browse files
authored
Fix file serving bug when using the Dart Debug Extension (#1676)
1 parent 9c44284 commit 6604468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/lib/src/handlers/dev_handler.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ class DevHandler {
507507
_hostname,
508508
extensionDebugger,
509509
extensionDebugger.executionContext,
510-
devToolsRequest.tabUrl,
510+
basePathForServerUri(devToolsRequest.tabUrl),
511511
_assetReader,
512512
_loadStrategy,
513513
connection,

0 commit comments

Comments
 (0)