Completed
Push — fix-some-bugs-on-version ( db920f...0f2842 )
by
unknown
02:26 queued 10s
created
src/Observers/CategoryObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
                     // if something went wrong in persist
169 169
                     // show more information to localize error in CSV
170 170
                     $message = $this->getSubject()->appendExceptionSuffix($e->getMessage());
171
-                    $this->getSubject()->getSystemLogger()->critical($message,['categoryPath' => $this->categoryPath]);
171
+                    $this->getSubject()->getSystemLogger()->critical($message, ['categoryPath' => $this->categoryPath]);
172 172
                     throw $e;
173 173
                 }
174 174
 
Please login to merge, or discard this patch.