mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
GP-0 corrected DefaultProjectManager bug
This commit is contained in:
+1
-1
@@ -489,7 +489,7 @@ public class DefaultProjectManager implements ProjectManager {
|
||||
catch (Exception e) {
|
||||
Msg.showError(LOG, null, "Tool Chest Error", "Failed to create tool chest.", e);
|
||||
}
|
||||
return userToolChest;
|
||||
return toolChest;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user