Skip to content

Commit 61a3310

Browse files
committed
📦NEW: issue completion
1 parent ba48e98 commit 61a3310

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎utils/box.js‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ module.exports = (name, data) => {
2626
io.write(yellow(` ${name}: `) + data);
2727
io.write(yellow(" | |"));
2828
io.write(yellow(" -------------------------------------------"));
29+
} else if(data === "Issue Successfully Created!!") {
30+
io.write(yellow("\n -------------------------------------------"));
31+
io.write(yellow(" | |"));
32+
io.write(yellow(` ${name}: `) + data);
33+
io.write(yellow(" | |"));
34+
io.write(yellow(" -------------------------------------------"));
2935
} else {
3036
io.write(red("\n -------------------------------------------"));
3137
io.write(red(" | |"));

0 commit comments

Comments
 (0)