Skip to content

Commit f8d1104

Browse files
authored
disable monitor for depth
1 parent eefd966 commit f8d1104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extensions/jwScope/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ class Extension {
199199
{
200200
opcode: "depth",
201201
blockType: BlockType.REPORTER,
202-
text: "depth of scope"
202+
text: "depth of scope",
203+
disableMonitor: true
203204
},
204205
"---",
205206
{

0 commit comments

Comments
 (0)