Skip to content

Commit a61db77

Browse files
committed
style(language-server): fix formatting
1 parent 87dd2d0 commit a61db77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/language-server/workspace/src/lib/get-project-graph-output.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ export async function getProjectGraphOutput(workspacePath: string) {
2020
async function getCacheDir(workspacePath: string): Promise<string> {
2121
const importPath = await findNxPackagePath(
2222
workspacePath,
23-
join('src', 'utils', 'cache-directory.js')
23+
join('src', 'utils', 'cache-directory.js'),
2424
);
2525

2626
if (!importPath) {
2727
lspLogger.log(
28-
`Unable to load the "nx" package from the workspace. Please ensure that the proper dependencies are installed locally.`
28+
`Unable to load the "nx" package from the workspace. Please ensure that the proper dependencies are installed locally.`,
2929
);
3030
throw 'local Nx dependency not found';
3131
}

0 commit comments

Comments
 (0)