Skip to content

Commit 2f2ff0c

Browse files
jycouetbenmccann
andauthored
info to warn
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent f68f27a commit 2f2ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/package/src/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export async function emit_dts(input, output, final_output, cwd, alias, files, t
3333
no_svelte_3 = !semver.intersects(svelte_dep, '^3.0.0');
3434
} catch (e) {
3535
if (!(e instanceof Error)) throw e;
36-
console.info(`Can't check svelte version ${svelte_dep}`, e.message);
36+
console.warn(`Can't check svelte version ${svelte_dep}`, e.message);
3737
}
3838
await emitDts({
3939
libRoot: input,

0 commit comments

Comments
 (0)