Browse Source

[starling] Fixed missing comma.

Nathan Sweet 4 years ago
parent
commit
ec164cf479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-starling/spine-starling-example/.vscode/launch.json

+ 1 - 1
spine-starling/spine-starling-example/.vscode/launch.json

@@ -4,7 +4,7 @@
         {
         {
             "type": "swf",
             "type": "swf",
             "request": "launch",
             "request": "launch",
-            "name": "Launch Spine Starling Example"
+            "name": "Launch Spine Starling Example",
             "preLaunchTask": "Compile debug"
             "preLaunchTask": "Compile debug"
         }
         }
     ]
     ]