[network] added NetworkFrame
This commit is contained in:
@@ -105,7 +105,7 @@ exports['client'] = gulp.series(
|
||||
|
||||
const testFlash = function() {
|
||||
const argv = yargs.argv;
|
||||
return build('flash')()
|
||||
return build('flash', {proto_debug: true})()
|
||||
.pipe(new FlashPlayer().run(argv.dev))
|
||||
.pipe(debug());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user