1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-12-25 22:08:09 +00:00

[swfinterp] Better error message

This commit is contained in:
Philipp Hagemeister
2014-11-17 03:53:32 +01:00
parent 4baafa229d
commit 0ab1ca5501
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
package {
public class DictCall {
public static function main(d:Object):int{
return d.x + d.y;
return d.x + d.y;
}
}
}