修复BUG:run无法异常退出,主程序检测目录错误

This commit is contained in:
DLmaster
2024-03-11 10:27:47 +08:00
parent 7b789c71ca
commit 3bcfe6b1d0
6 changed files with 5 additions and 4 deletions

View File

@@ -448,7 +448,7 @@ while True:
elif read[0]=='+' and len(read)==1:
print(add())
elif read[0]=='-' and len(read)==1:
exit()
os._exit(0)
elif read[0]=='/':
print(setpath(read[1:]))
elif read[0]=='*' and len(read)==1: