[starling] Fixed missing comma.

This commit is contained in:
Nathan Sweet 2021-05-26 20:21:31 -04:00
parent 7b1469c32b
commit ec164cf479

View File

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