Skip to content

Commit e740e61

Browse files
committed
Update debug log
1 parent dac932d commit e740e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/analyser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export default class Analyzer {
556556
// Either the background analysis didn't run or the file is outside
557557
// the workspace. Let us try to analyze the file.
558558
try {
559-
logger.debug(`Analyzing file not covered by background analysis ${uri}...`)
559+
logger.debug(`Analyzing file not covered by background analysis ${uri}`)
560560
const fileContent = fs.readFileSync(new URL(uri), 'utf8')
561561
this.analyze({
562562
document: TextDocument.create(uri, 'shell', 1, fileContent),

0 commit comments

Comments
 (0)