Skip to content

Commit c07ad8c

Browse files
committed
modify initialization error message .
1 parent 0673c6a commit c07ad8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/InsertFile.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export namespace InsertFile {
2121
try {
2222
this._configuration = new Configuration();
2323
} catch (error) {
24-
vscode.window.showErrorMessage('extension initialization is failed.');
24+
vscode.window.showErrorMessage('extension insert-file : initialization is failed.');
2525
}
2626
}
2727

@@ -49,7 +49,6 @@ export namespace InsertFile {
4949
return;
5050
}
5151

52-
//check filePath
5352
let filePath = `${rootPath}/${fileName}`;
5453
let text = this.getFileContents(filePath);
5554

0 commit comments

Comments
 (0)