Skip to content

Commit 73ba93f

Browse files
Add sleep to show error in terminal.
1 parent 1116194 commit 73ba93f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start-session.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ all=$*
66
if [ -z "${all}" ]; then
77
echo No Args provided
88
echo Terminal will exit.
9+
sleep 1
910
exit 1
1011
fi
1112

1213
if [[ $all == ERROR:* ]]; then
1314
echo ${all}
15+
sleep 1
1416
exit 1
1517
fi
1618

0 commit comments

Comments
 (0)