浏览代码

[starling] Fixed missing comma.

Nathan Sweet 4 年之前
父节点
当前提交
ec164cf479
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
         }
     ]