diff --git a/src/execute/julia.ts b/src/execute/julia.ts index dccf2a8fd5..40eb807430 100644 --- a/src/execute/julia.ts +++ b/src/execute/julia.ts @@ -541,9 +541,7 @@ async function writeJuliaCommand( `Julia server returned error after receiving "${command}" command:\n` + err, ); - if (!juliaError !== undefined) { - error(juliaError); - } + error(juliaError); throw new Error("Internal julia server error"); }