You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/02 13:48:53 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #5158: [IOTDB-2634] Fix batch script exit directly from cmd.exe

HTHou commented on a change in pull request #5158:
URL: https://github.com/apache/iotdb/pull/5158#discussion_r817706687



##########
File path: cli/src/assembly/resources/tools/import-csv.bat
##########
@@ -57,4 +57,4 @@ pause
 
 ENDLOCAL
 
-EXIT %ret_code%
+EXIT /B %ret_code%

Review comment:
       Should we remove this line? We meet a problem because of it. When we try to import csv to iotdb, the cmd will close immediately after the csv imported….




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org