Skip to content

Commit 4d9cecc

Browse files
committed
again
1 parent 0d722e1 commit 4d9cecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/collaboration-extension/src/collaboration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async function runCellServerSide({
223223
cell.inputHidden = false;
224224
onCellExecuted({ cell, success: true });
225225
break;
226-
case 'code':
226+
case 'code': {
227227
const kernelId = sessionContext?.session?.kernel?.id;
228228
const settings = ServerConnection.makeSettings();
229229
const apiURL = URLExt.join(
@@ -245,6 +245,7 @@ async function runCellServerSide({
245245
throw new ServerConnection.NetworkError(error);
246246
}
247247
break;
248+
}
248249
default:
249250
break;
250251
}

0 commit comments

Comments
 (0)