Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Nov 26, 2024
1 parent b5e9305 commit 440a5da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const wasmAtomAsync = atom(async () => {
const vscodeSettingsAtom = unwrap(
atom(async () => {
try {
const res = await vscode.getIsProxyEnabled()
return {
enablePlaygroundProxy: res,
const res = await vscode.getIsProxyEnabled()
return {
enablePlaygroundProxy: res,
}
} catch (e) {
console.error(`Error occurred while getting vscode settings:\n${e}`)
Expand Down

0 comments on commit 440a5da

Please sign in to comment.