Commit d878f2d
committed
2496: Fix return value for non-Magento files in path copying
Updated the method to return an empty string instead of the full path for non-Magento files, ensuring consistent behavior. This also handles exceptions more cleanly by aligning the return values.1 parent 03c6be9 commit d878f2d
File tree
1 file changed
+2
-2
lines changed- src/main/java/com/magento/idea/magento2plugin/actions
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments