Skip to content

Commit 9245c93

Browse files
Razmo99JustinGrote
authored andcommitted
adjusting unhandled error preifx
1 parent 6f28123 commit 9245c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/RenameSymbol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class RenameSymbolFeature extends LanguageClientConsumer implements Renam
120120
placeholder: wordText
121121
};
122122
}catch (error) {
123-
const msg = `RenameSymbol unhandled error: ${error}`;
123+
const msg = `RenameSymbol: ${error}`;
124124
this.logger.writeError(msg);
125125
throw new Error(msg);
126126
}

0 commit comments

Comments
 (0)