Browse Source

[starling] Fixed missing comma.

Nathan Sweet 4 năm trước cách đây
mục cha
commit
ec164cf479
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
         }
     ]