You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:(ERROR) tenet : jscodeshift output file /tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt is empty
Got the error when I use jscodeshift on the same dataset for the second time.
The reason I guess is that it seems that the function boundaries are only store in the database. And the code did create the files , for instance /tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt. However, failed to store the function boundary there. This might be the reason that if I run jscodeshift on the same dataset for the second time, the file (/tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt) does exist, but it is empty.
The text was updated successfully, but these errors were encountered:
error:(ERROR) tenet : jscodeshift output file /tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt is empty
Got the error when I use jscodeshift on the same dataset for the second time.
The reason I guess is that it seems that the function boundaries are only store in the database. And the code did create the files , for instance /tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt. However, failed to store the function boundary there. This might be the reason that if I run jscodeshift on the same dataset for the second time, the file (/tmp/jscodeshift/omphalos/crud-file-server/4155bfe068bf211b49a0b3ffd06e78cbaf1b40fa/output.txt) does exist, but it is empty.
The text was updated successfully, but these errors were encountered: