Selaa lähdekoodia

[starling] Fixed missing comma.

Nathan Sweet 4 vuotta sitten
vanhempi
commit
ec164cf479
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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",
             "request": "launch",
-            "name": "Launch Spine Starling Example"
+            "name": "Launch Spine Starling Example",
             "preLaunchTask": "Compile debug"
         }
     ]