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 4366386 commit f19cecaCopy full SHA for f19ceca
playwright/src/main/java/com/microsoft/playwright/impl/TracingImpl.java
@@ -93,7 +93,7 @@ private void startImpl(StartOptions options) {
93
includeSources = options.sources != null;
94
if (includeSources) {
95
if (!context.connection.isCollectingStacks()) {
96
- throw new PlaywrightException("Source root directories must be provided to enable source collection");
+ throw new PlaywrightException("Source root directory must be specified via PLAYWRIGHT_JAVA_SRC environment variable when source collection is enabled");
97
}
98
params.addProperty("sources", true);
99
0 commit comments