Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
theKalash committed Apr 14, 2021
1 parent ef325e1 commit deada2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlsoImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function import()
$this->importProducts();
} catch (Exception $e) {
$this->writeLog('Caught exception: '.$e->getMessage());
$this->tracker()->stop();
$this->tracker->stop();
return $this;
}

Expand Down

0 comments on commit deada2d

Please sign in to comment.