We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d23c4 commit b1cc359Copy full SHA for b1cc359
src/commands/apex/tail/log.ts
@@ -61,7 +61,7 @@ export default class Log extends SfCommand<void> {
61
await logService.prepareTraceFlag(flags['debug-level'] ?? '');
62
}
63
64
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-misused-promises
65
await logService.tail(flags['target-org'], this.logTailer.bind(this));
66
this.log(messages.getMessage('finishedTailing'));
67
0 commit comments