Skip to content

Commit 5181f23

Browse files
committed
add todo
1 parent 976a84c commit 5181f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/global-assign-hook-component/plugins/string-put-to-db-plugins.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
const codeLocation = getCodeLocation();
2323
varValueDb.push({
2424
name,
25+
// TODO Buffer类结构直接运算Hook不到的问题仍然没有解决...
2526
// 默认情况下把所有变量都toString保存到字符串池子中
2627
// 有一些参数就是放在Buffer或者什么地方以字节形式存储,当使用到的时候直接与字符串相加toString,
2728
// 这种情况如果只监控变量赋值就监控不到了,这是不想添加更多监控点的情况下的折中方案...

0 commit comments

Comments
 (0)