Skip to content

Commit

Permalink
update console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Aug 8, 2024
1 parent 813a17e commit ab2a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const isSelectionLeftToRight = (selection) => {
};

const handleTypoReporter = (options) => {
console.log('Script loaded:', new Date().getTime());
console.log('commit 813a17e3e15d0d7adde1e1875a9034de5ee6e212');
if (!options || (!options.authorizationToken && !options.workSpaceId)) {
throw new Error('Для работы модуля требуется указать workSpaceId и authorizationToken');
}
Expand Down

0 comments on commit ab2a269

Please sign in to comment.