Skip to content

Commit 8a7ee22

Browse files
authored
#17122 Added missing exception cause for better error handling
Replace tabs with spaces
1 parent d688029 commit 8a7ee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Model/Js/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getData($themePath)
115115
} catch (\Exception $e) {
116116
throw new LocalizedException(
117117
__('Error while translating phrase "%s" in file %s.', $phrase, $filePath[0]),
118-
$e
118+
$e
119119
);
120120
}
121121
}

0 commit comments

Comments
 (0)