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 63a5f89 commit d0cf709Copy full SHA for d0cf709
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -461,7 +461,7 @@ public int run() throws IOException {
461
warn("No JavaScript or TypeScript code found.");
462
}
463
// ensuring that the finalize steps detects that no code was seen.
464
- Path srcFolder = Paths.get(EnvironmentVariables.getWipDatabase() + "/src");
+ Path srcFolder = Paths.get(EnvironmentVariables.getWipDatabase(), "src");
465
// check that the srcFolder is empty
466
if (Files.list(srcFolder).count() == 0) {
467
// Non-recursive delete because "src/" should be empty.
0 commit comments