Skip to content

Commit

Permalink
fixed incomplete merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vanowm committed Oct 17, 2022
1 parent 7a9914a commit db095cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"id": "autoit",
"aliases": [
"AutoIt",
"autoit"
"Autoit"
],
"extensions": [
".au3"
Expand Down
1 change: 1 addition & 0 deletions src/ai_commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ conf.addListener(() => runners.cleanup());
import { parse } from "jsonc-parser";
import { commandsList as _commandsList, commandsPrefix} from "./commandsList";
import { decode, encodingExists } from "iconv-lite";
import { showInformationMessage, showErrorMessage, messages } from './ai_showMessage';

const runners = {
list: new Map(), //list of running scripts
Expand Down
1 change: 1 addition & 0 deletions src/ai_showMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ const initMessage = (type) => {
};
export const showInformationMessage = initMessage("showInformationMessage");
export const showErrorMessage = initMessage("showErrorMessage");
export const messages = {error:{},info:{}};

0 comments on commit db095cd

Please sign in to comment.