supercompat 3.9.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -6954,6 +6954,9 @@ var serializeItemAsFunctionCallRunStep = function(param) {
6954
6954
  var import_dayjs14 = __toESM(require("dayjs"), 1);
6955
6955
  var serializeStatus2 = function(param) {
6956
6956
  var item = param.item;
6957
+ if (item.result !== null) {
6958
+ return "completed";
6959
+ }
6957
6960
  if (item.status === "generating") {
6958
6961
  return "in_progress";
6959
6962
  }