chore: bump version (#4025)

This commit is contained in:
Alex Yang
2023-08-29 18:21:18 -05:00
committed by GitHub
parent 800f3c3cb6
commit 60bdeebcc6
19 changed files with 407 additions and 306 deletions

View File

@@ -31,10 +31,12 @@ globalThis.console.debug = mainThread.log;
globalThis.console.warn = mainThread.log;
// eslint-disable-next-line @typescript-eslint/no-var-requires
const bookmarkPluginModule = require(join(
process.env.PLUGIN_DIR ?? resolve(__dirname, './plugins'),
'./bookmark/index.cjs'
));
const bookmarkPluginModule = require(
join(
process.env.PLUGIN_DIR ?? resolve(__dirname, './plugins'),
'./bookmark/index.cjs'
)
);
const serverContext: ServerContext = {
registerCommand: (command, fn) => {