Thanks to visit codestin.com Credit goes to github.com
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 ba13b0f commit 6f5b4edCopy full SHA for 6f5b4ed
src/actions/onStartup.ts
@@ -34,7 +34,7 @@ const onStartup = async (context: Context): Promise<void> => {
34
const tutorial: TT.Tutorial | null = context.tutorial.get()
35
36
// NEW: no stored tutorial, must start new tutorial
37
- if (!tutorial || !tutorial.id) {
+ if (!tutorial || !tutorial.version) {
38
if (TUTORIAL_URL) {
39
// if a tutorial URL is added, launch on startup
40
try {
0 commit comments