Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -79,7 +79,8 @@ function pullTask() {
79 79 return;
80 80 }
81 81  
82   - if (config.pulltask_mutex && pullTaskLocked) {
  82 + //if (config.pulltask_mutex && pullTaskLocked) {
  83 + if (pullTaskLocked) {
83 84 return;
84 85 }
85 86 pullTaskLocked = true;
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.33.3",
  3 + "version": "1.33.4",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.33.3",
  3 + "version": "1.33.4",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {