Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd50d90e

Browse files
committed
cleanup typo
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parente3b1e72 commitd50d90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/actions/onTutorialConfigContinue.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ const onTutorialConfigContinue = async (action: T.Action, context: Context): Pro
2828
}
2929

3030
// if tutorial.config.reset.command, run it
31-
constresetActions=tutorialToContinue?.config?.continue
32-
if(resetActions){
33-
hooks.onReset(
34-
{commands:resetActions?.commands,vscodeCommands:resetActions?.vscodeCommands},
31+
constcontinueActions=tutorialToContinue?.config?.continue
32+
if(continueActions){
33+
hooks.onContinue(
34+
{commands:continueActions?.commands,vscodeCommands:continueActions?.vscodeCommands},
3535
tutorialToContinue?.idasstring,
3636
)
3737
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp