Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 82a63a3

Browse files
committed
bump version to 1.3.22
1 parent d97f7ed commit 82a63a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ if (command === "--help" || command === "-h") {
284284
switch (command) {
285285
case "create":
286286
if (args[0]) {
287-
createProjectScript(args[0]); // Panggil fungsi dari file create.js
287+
createProjectScript(args[0]);
288288
} else {
289289
console.log(colors.red("Error: Project name required!"));
290290
console.log(colors.cyan("Usage: tunn8n create <project-name>"));

bin/scripts/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const COLORS = {
99
GREEN: "\x1b[32m",
1010
YELLOW: "\x1b[33m",
1111
BLUE: "\x1b[34m",
12-
NC: "\x1b[0m", // No Color
12+
NC: "\x1b[0m",
1313
};
1414

1515
// Symbols

0 commit comments

Comments
 (0)