Skip to content

Commit

Permalink
fix: prevent untracked changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markschwartzkopf committed Jun 18, 2022
1 parent 9f3d5ee commit 3d014cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdq-viewport-assign",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ function initOBS() {
if (cropItem) return;
if (inInit) {
obsError('initOBS called too frequently');
setTimeout(initOBS, 200)
return;
}
inInit = true;
Expand Down

0 comments on commit 3d014cb

Please sign in to comment.