Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Dec 29, 2024
1 parent 64af9fa commit 93bad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/findPackageNodePath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fs from "node:fs";
export const findPackageNodePath = function (packagename:string):string|null {
let sdkPath = null;
if (!isBrowser) {
// eslint-disable-next-line @typescript-eslint/no-require-imports
try {
let sdkPaths = [
`${CONFIG.get("projectPath")}${CONFIG.get("relativeImportPath")}`,
Expand Down

0 comments on commit 93bad1d

Please sign in to comment.