Skip to content

Commit 4fbf010

Browse files
Update debug value
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 6e49d68 commit 4fbf010

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/labs/shell-injection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,4 @@ info =
260260
\[ ('ls'|"ls") , ('-l'|"-l") , clean_dir \]
261261
( , shell = False )? \) \s*`
262262
],
263-
debug: true,
264263
}

docs/labs/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ info =
4242
[ "EXPECTED0", "EXPECTED" ],
4343
[ "EXPECTED0", "EXPECTED11" ]
4444
],
45-
// debug: true // to enable debug output
45+
// debug: true, // to enable debug output
4646
}

0 commit comments

Comments
 (0)