Skip to content

Commit 18aefad

Browse files
committed
change isJupyterPercentScript to isJuliaPercentScript
1 parent 419c313 commit 18aefad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute/julia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const juliaEngine: ExecutionEngine = {
118118
},
119119

120120
markdownForFile(file: string): Promise<MappedString> {
121-
if (isJupyterPercentScript(file)) {
121+
if (isJuliaPercentScript(file)) {
122122
return Promise.resolve(
123123
asMappedString(markdownFromJupyterPercentScript(file)),
124124
);

0 commit comments

Comments
 (0)