mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 16:15:57 +09:00
Fix bug
This commit is contained in:
parent
d852cc2789
commit
6fa3cbcd64
@ -54,7 +54,7 @@ export default class Replacer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public replacement(ctx, match, key) {
|
public replacement(ctx, match, key) {
|
||||||
const client = 'misskey/src/client/app/';
|
const client = '/src/client/app/';
|
||||||
let name = null;
|
let name = null;
|
||||||
|
|
||||||
const shouldEscape = key[0] == '!';
|
const shouldEscape = key[0] == '!';
|
||||||
|
Loading…
Reference in New Issue
Block a user