Skip to content

Commit 58f948a

Browse files
author
Sebi Nemeth
committed
debug
1 parent 99caa23 commit 58f948a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class LiveTranslatorManager {
153153
path,
154154
locale: self._options.i18n.locale,
155155
}));
156+
console.warn(values);
156157
}
157158
catch (exception) {
158159
console.warn(message, values, path, self._options.i18n.locale, exception);

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class LiveTranslatorManager {
180180
locale: self._options.i18n.locale,
181181
}),
182182
)
183+
console.warn(values)
183184
} catch (exception) {
184185
console.warn(message, values, path, self._options.i18n.locale, exception)
185186
}

0 commit comments

Comments
 (0)