Skip to content

Commit

Permalink
Revised Informational Message in the pash.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GawyWOOOHOOO authored Nov 29, 2024
1 parent 71dc3ea commit ba3d0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/pash.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def main():

log("-" * 40) #log end marker

if args.debug >= 1:
log("Use the '-d 1' option for detailed debugging information.")
log("[PaSh Info] Use the '-d 1' option for detailed debugging information.")

## Return the exit code of the executed script
sys.exit(return_code)

Expand Down

0 comments on commit ba3d0c0

Please sign in to comment.