Skip to content

Commit

Permalink
make got message more fun :)
Browse files Browse the repository at this point in the history
this sounds more fun and mischievous when posting a screenshot
  • Loading branch information
adryd325 authored Nov 5, 2024
1 parent 48d73a5 commit 7a75014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spacepackEverywhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function pushSpacepack(chunkObjectName) {
return;
}
const version = getWebpackVersion(chunkObject);
console.log("[wpTools] Detected " + chunkObjectName + " using webpack " + version);
console.log("[wpTools] Got " + chunkObjectName + " using webpack " + version + " :)");
switch (version) {
case "modern":
chunkObject.__spacepack_everywhere_injected = true;
Expand Down

0 comments on commit 7a75014

Please sign in to comment.