We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac0cb9 commit 1c82425Copy full SHA for 1c82425
dwds/test/fixtures/project.dart
@@ -24,7 +24,7 @@ class TestProject {
24
/// The top level directory in which we run the test server, e.g.
25
/// "/tmp/_testSound".
26
String get absolutePackageDirectory =>
27
- _fixturesCopy.absolute.uri.resolve(packageDirectory).path;
+ p.join(_fixturesCopy.absolute.path, packageDirectory);
28
29
/// The directory to build and serve, e.g. "example".
30
String get directoryToServe => p.split(webAssetsPath).first;
0 commit comments