Skip to content

Commit da23158

Browse files
committed
Revert "Introduce typo to check workflow works"
This reverts commit 9028c1b.
1 parent 9028c1b commit da23158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/appDiscovery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function findAllFastAPIFiles(
7272
try {
7373
content = await vscode.workspace.fs.readFile(uri)
7474
} catch {
75-
log(`Skiping unreadable file: ${uri.toString()}`)
75+
log(`Skipping unreadable file: ${uri.toString()}`)
7676
continue
7777
}
7878
if (new TextDecoder().decode(content).includes("FastAPI(")) {

0 commit comments

Comments
 (0)