Skip to content

Commit

Permalink
fix(cli): use correct path for native-run
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Nov 17, 2020
1 parent 15a5738 commit 02cf1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/util/native-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export async function runNativeRun(
): Promise<string> {
const p = resolveNode(
__dirname,
'..',
dirname('native-run/package'),
'bin/native-run',
);
Expand Down

0 comments on commit 02cf1ba

Please sign in to comment.