aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/pascal.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/pascal.js')
-rw-r--r--lib/compilers/pascal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compilers/pascal.js b/lib/compilers/pascal.js
index 5a7e82eae..2592db750 100644
--- a/lib/compilers/pascal.js
+++ b/lib/compilers/pascal.js
@@ -153,10 +153,10 @@ class FPCCompiler extends BaseCompiler {
return result;
}
- execBinary(executable, result, maxSize) {
+ execBinary(executable, maxSize, executeParameters) {
executable = this.getExecutableFilename(path.dirname(executable));
- return super.execBinary(executable, result, maxSize);
+ return super.execBinary(executable, maxSize, executeParameters);
}
getArgumentParser() {