mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 14:17:36 +08:00
use Msg instead of stderr
This commit is contained in:
@@ -133,7 +133,7 @@ public class JavaScriptProvider extends GhidraScriptProvider {
|
|||||||
try {
|
try {
|
||||||
Bundle b = bundle_host.installExplodedPath(bi.binDir);
|
Bundle b = bundle_host.installExplodedPath(bi.binDir);
|
||||||
bi.bundleLoc = b.getLocation();
|
bi.bundleLoc = b.getLocation();
|
||||||
System.err.printf("new bundle loc is %s\n", bi.bundleLoc);
|
Msg.out(String.format("new bundle loc is %s\n", bi.bundleLoc));
|
||||||
b.start();
|
b.start();
|
||||||
if (!bundle_host.waitForBundleStart(bi.bundleLoc)) {
|
if (!bundle_host.waitForBundleStart(bi.bundleLoc)) {
|
||||||
Msg.error(this, "starting bundle");
|
Msg.error(this, "starting bundle");
|
||||||
|
|||||||
Reference in New Issue
Block a user