Skip to content

Commit

Permalink
findJavaHome
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 25, 2024
1 parent dffaa1c commit ab08841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codenarc-caller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { JavaCaller } from "java-caller";
import { optionsDefinition } from "./options.js";
import { performance } from "node:perf_hooks";
import c from "chalk";
import * as findJavaHome from "find-java-home";
import findJavaHome from "find-java-home";
import * as path from "path";
import { fileURLToPath } from "node:url";

Expand Down

0 comments on commit ab08841

Please sign in to comment.