Skip to content

Commit

Permalink
working on linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed Jul 10, 2024
1 parent d7ae675 commit 3333b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support_files/lsf_convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async function processLsf(file, targetExt) {
}
catch (Error) {
if (isMainThread) {
vscode = require('vscode');
vscode.window.showErrorMessage(Error);
} else {
bg3mh_logger.info(Error);
Expand Down

0 comments on commit 3333b3a

Please sign in to comment.