Skip to content

Commit 6df94d7

Browse files
committed
Fixup Release 0.2.4
1 parent 2464fd0 commit 6df94d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ensurePluginDir = async (presentationRoot) => {
5454
const resolvePkgCommandExec = async() => {
5555
for (const cmd of pkgCommands) {
5656
const execPathCmd = path.join(path.dirname(process.execPath), cmd.command);
57-
if (existsSync()) {
57+
if (existsSync(execPathCmd)) {
5858
return { ...cmd, command: execPathCmd };
5959
}
6060
if (await isOnPath(cmd.command, cmd.noOpFlag)) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heedjs",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "MIT",
55
"author": "Sven Johansson",
66
"type": "module",

0 commit comments

Comments
 (0)