Skip to content

Commit 4591a09

Browse files
committed
Fixed DeepCode catch!
1 parent 0547b96 commit 4591a09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/deepcode/lib/modules/DeepCodeLib.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export default class DeepCodeLib extends BundlesModule implements DeepCode.DeepC
7373
break;
7474
case DEEPCODE_MODE_CODES.AUTO:
7575
case DEEPCODE_MODE_CODES.MANUAL:
76-
case DEEPCODE_MODE_CODES.PAUSED:
7776
if (this._unpauseTimeout) clearTimeout(this._unpauseTimeout);
7877
this.startExtension = this.getDebouncedExecution(EXECUTION_DEBOUNCE_INTERVAL);
7978
break;

0 commit comments

Comments
 (0)