Skip to content

Commit

Permalink
test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangrivera committed Nov 6, 2023
1 parent aa61de9 commit 2dd1eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const findFirstFileThatExists = async (uri: string, relative_import: string) =>
}
return Promise.any(files.map(_checkAccessOnFile))
}

console.log('\x1b[36m%s\x1b[0m', 'hello')
async function validateTextDocument(textDocument: TextDocument): Promise<void> {
try {
const opts = {
Expand Down

0 comments on commit 2dd1eb0

Please sign in to comment.