Fix Julia evaluation
This commit is contained in:
parent
d0470e084f
commit
0dd7f992be
3 changed files with 2 additions and 18 deletions
|
@ -4,20 +4,9 @@ class Julia extends Language {
|
|||
constructor() {
|
||||
super('julia', {
|
||||
name: 'Julia',
|
||||
aliases: ['julia'],
|
||||
options: {
|
||||
e: () => ''
|
||||
}
|
||||
aliases: ['julia']
|
||||
});
|
||||
}
|
||||
|
||||
runWith(options) {
|
||||
if (options.has('e')) {
|
||||
return { env: { EVAL_EXPR: 'true' } };
|
||||
}
|
||||
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Julia;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue