docs: correct example command in generator.js's comments

This commit is contained in:
HerozDotExe 2026-05-23 13:57:34 +02:00
parent fc614680c7
commit 4ed0fe74cb

View file

@ -4,7 +4,7 @@ import { Browser, BrowserWindow } from "happy-dom";
import PQueue from "p-queue";
// Use "java" tests if you don't want tests to download java by themselves, you will need to provide binaries path :
// pnpm run test /path/to/java8/bin/java /path/to/java21/bin/java /path/to/java25/bin/java
// npm run testGen /path/to/java8/bin/java /path/to/java21/bin/java /path/to/java25/bin/java
const importantVersions = [
"1.7.10",