Java program exit with code “130”

前端 未结 1 526
走了就别回头了
走了就别回头了 2021-01-01 12:58

When I close a java program in intellJ, the following log appears in the console: \"Process finished with exit code 130\"

相关标签:
1条回答
  • 2021-01-01 13:18

    To steal @Baby 's answer from the comments and formalize it, this states that the 130 exit code is given by bash, and indicates that the process was terminated by the user pressing Ctrl-C.

    0 讨论(0)
提交回复
热议问题