mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
Fix child-process arg warning
This commit is contained in:
@@ -1054,7 +1054,7 @@ export class AnkiIntegration {
|
||||
startTime: number,
|
||||
endTime: number,
|
||||
secondarySubText?: string,
|
||||
): Promise<void> {
|
||||
): Promise<boolean> {
|
||||
return this.cardCreationService.createSentenceCard(
|
||||
sentence,
|
||||
startTime,
|
||||
|
||||
Reference in New Issue
Block a user