We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b2397 commit f2fbdbbCopy full SHA for f2fbdbb
src/main.ts
@@ -63,7 +63,7 @@ async function run() {
63
if (config.input_files) {
64
const files = paths(config.input_files);
65
if (files.length == 0) {
66
- console.warn(`🤔 ${config.input_files} not include valid file.`);
+ throw new Error(`⚠️ ${config.input_files} not include valid file.`);
67
}
68
const currentAssets = rel.assets;
69
const assets = await Promise.all(
0 commit comments