Skip to content

Commit 9a84217

Browse files
committed
Remove code
1 parent b3f7f26 commit 9a84217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/datascience/notebook/helpers/executionHelpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function updateCellWithErrorStatus(editor: NotebookEditor, cell: Notebook
7272
edit.replaceMetadata(cellIndex, { ...cell.metadata, runState: vscodeNotebookEnums.NotebookCellRunState.Error });
7373
edit.replaceOutput(cellIndex, [translateErrorOutput(createErrorOutput(ex))]);
7474
});
75-
cell.outputs = [translateErrorOutput(createErrorOutput(ex))];
7675
}
7776

7877
/**

0 commit comments

Comments
 (0)