mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 14:20:11 +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) {
|
catch (Exception e) {
|
||||||
Msg.showError(LOG, null, "Tool Chest Error", "Failed to create tool chest.", 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