Don't skip the first argument.
(See comments on previous commit.)
This commit is contained in:
@@ -78,7 +78,7 @@ class FlashPlatform extends PlatformTarget {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var index = 2;
|
var index = 1;
|
||||||
|
|
||||||
while (index < args.length) {
|
while (index < args.length) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user