Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print command before running #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

print command before running #144

wants to merge 1 commit into from

Conversation

milahu
Copy link

@milahu milahu commented Oct 12, 2022

be more verbose on errors

 deno task build
 Warning deno task is unstable and may drastically change in the future
 Task build deno run -A --unstable script/build.ts
+Running "pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0"
 error: Uncaught (in promise) NotFound: No such file or directory (os error 2)
   const result = await Deno.spawn(cmd, opts);
                             ^
     at spawnChild (deno:runtime/js/40_spawn.js:36:23)
     at Object.spawn (deno:runtime/js/40_spawn.js:231:12)
     at spawn (file:///tmp/tmp.aGowOqCn9e/vscode/vscode-deno/webview_deno/script/build.ts:43:29)
     at file:///tmp/tmp.aGowOqCn9e/vscode/vscode-deno/webview_deno/script/build.ts:131:30

the No such file error is not helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant