Skip to content

Commit b29adb9

Browse files
committed
License and README
1 parent 880ca6e commit b29adb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AsyncMacroCommand.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ export class AsyncMacroCommand
140140
commandInstance instanceof AsyncCommand;
141141

142142
if (isAsync) {
143-
(commandInstance as IAsyncCommand).setOnComplete(() => this.nextCommand());
143+
(commandInstance as IAsyncCommand).setOnComplete(() =>
144+
this.nextCommand(),
145+
);
144146
}
145147
commandInstance.initializeNotifier(this.multitonKey);
146148
if (this.note) commandInstance.execute(this.note);

0 commit comments

Comments
 (0)