fix(install): correct typo in JS symlink
This commit is contained in:
parent
15640ae084
commit
258cea78de
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export async function installPlugin(args: InstallArgs, vault: string) {
|
|||
const manifestText = await Deno.readTextFile(manifestPath);
|
||||
const manifest = JSON.parse(manifestText);
|
||||
|
||||
const jsPath = resolve(cwd, "main.js;");
|
||||
const jsPath = resolve(cwd, "main.js");
|
||||
const vaultPath = resolve(cwd, vault);
|
||||
const pluginPath = resolve(
|
||||
vaultPath,
|
||||
|
|
Loading…
Add table
Reference in a new issue