GP-0 corrected DefaultProjectManager bug

This commit is contained in:
ghidra1
2022-01-27 09:21:19 -05:00
parent c56c9634e7
commit 4d47d69d51
@@ -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;
}
/**