Skip to content

Commit 21d6871

Browse files
committed
even more
1 parent 866e0e0 commit 21d6871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/engineData.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export async function getData(file: string): Promise<string | any> {
5151
CACHED.set(file, content);
5252
}
5353
catch (err) {
54-
console.error('File Data ERR: ' + err);
55-
sendToOutput("Errro while reading file: " + err);
54+
vscode.window.showErrorMessage(err + '');
5655
content = undefined;
5756
}
5857

0 commit comments

Comments
 (0)