Skip to content

Commit c606959

Browse files
committed
Change warning prefix from "alpine-gear.js:" to "alpinegear.js:"
1 parent 76e03b3 commit c606959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const warn = (...args) => console.warn("alpine-gear.js:", ...args);
1+
export const warn = (...args) => console.warn("alpinegear.js:", ...args);
22
export const is_array = Array.isArray;
33
export const is_nullish = value => value === null || value === undefined;
44
export const is_checkable_input = el => el.type === "checkbox" || el.type === "radio";

0 commit comments

Comments
 (0)