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

Khamake silently ignores khafile.js errors #266

Closed
RblSb opened this issue Jul 27, 2023 · 1 comment
Closed

Khamake silently ignores khafile.js errors #266

RblSb opened this issue Jul 27, 2023 · 1 comment

Comments

@RblSb
Copy link
Contributor

RblSb commented Jul 27, 2023

For example, if you add this before resolve(project);:

const fs = require("fs");
const res = fs.readFileSync(__dirname + "/doesnotexist").toString();
console.log(res);

build folder will not be generated, i guess because resolve(project); will not be executed after error throw.
Will be nice to get error in vscode output

@RblSb
Copy link
Contributor Author

RblSb commented Aug 26, 2024

Hmm, seems fixed, but when...

@RblSb RblSb closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant