mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-08 06:29:03 +00:00
Add trailing semicolon when appending to preload script
This commit is contained in:
parent
5fd7daec9c
commit
f20e79cf3b
@ -75,7 +75,7 @@ export default async function (
|
|||||||
}
|
}
|
||||||
await fsp.appendFile(
|
await fsp.appendFile(
|
||||||
file,
|
file,
|
||||||
`\n\n//notion-enhancer\nrequire('notion-enhancer')('${target}', exports, (js) => eval(js))`
|
`\n\n//notion-enhancer\nrequire('notion-enhancer')('${target}', exports, (js) => eval(js));`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user