We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e2f27 commit 57123bcCopy full SHA for 57123bc
Porting-Buffer.md
@@ -9,7 +9,7 @@
9
10
### Finding problematic bits of code using grep
11
12
-Just run `grep -nrE '[^s]Buffer\s*\(' --exclude-dir node_modules`.
+Just run `grep -nrE '[^a-zA-Z](Slow)?Buffer\s*\(' --exclude-dir node_modules`.
13
14
It will find all the potentially unsafe places in your own code (with some considerably unlikely
15
exceptions).
0 commit comments