feat(ruffle): add alternative ruffle flash target runner
This commit is contained in:
@@ -123,7 +123,7 @@ class Sdk {
|
||||
if (this.prepared) {
|
||||
return Promise.resolve();
|
||||
} else {
|
||||
this.log.d('download: *%s*', this.link);
|
||||
this.log.i('download: *%s*', this.link);
|
||||
return Downloader.download(this.link, this.path, strip);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user