Fix experiments
This commit is contained in:
parent
f6122a00ca
commit
c257f86576
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default definePlugin({
|
||||||
}, {
|
}, {
|
||||||
find: 'type:"user",revision',
|
find: 'type:"user",revision',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\w)\|\|"CONNECTION_OPEN".+?;/g,
|
match: /!(\w{1,3})&&"CONNECTION_OPEN".+?;/g,
|
||||||
replace: "$1=!0;"
|
replace: "$1=!0;"
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue