From cf9ef9347f767e1f3ebb7cf9fc167b8c2852a0f9 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Wed, 17 Jan 2024 19:16:14 +0900 Subject: [PATCH] Apply Prettier to kernel --- packages/kernel/src/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kernel/src/worker.ts b/packages/kernel/src/worker.ts index c25b582ad..408790156 100644 --- a/packages/kernel/src/worker.ts +++ b/packages/kernel/src/worker.ts @@ -280,7 +280,7 @@ async function loadPyodideAndPackages() { // The following Python code is based on streamlit.web.cli.main_run(). self.__streamlitFlagOptions__ = { // gatherUsageStats is disabled as default, but can be enabled explicitly by setting it to true. - "browser.gatherUsageStats": false, + "browser.gatherUsageStats": false, ...streamlitConfig, "runner.fastReruns": false, // Fast reruns do not work well with the async script runner of stlite. See https://github.com/whitphx/stlite/pull/550#issuecomment-1505485865. };