diff options
author | Patrick Quist <partouf@gmail.com> | 2022-11-17 17:32:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 17:32:46 +0100 |
commit | d180698be2983d3a34f1d6cf66f2cc3d46dc8a41 (patch) | |
tree | a42efc8090b144ca3c482e4e5a3425aa05307741 /lib/compilers/pascal.js | |
parent | b67f5cfaa269433e679e36d3f5acdb038e746a11 (diff) | |
download | compiler-explorer-d180698be2983d3a34f1d6cf66f2cc3d46dc8a41.tar.gz compiler-explorer-d180698be2983d3a34f1d6cf66f2cc3d46dc8a41.zip |
Fix4293 (#4298)gh-4910
Diffstat (limited to 'lib/compilers/pascal.js')
-rw-r--r-- | lib/compilers/pascal.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compilers/pascal.js b/lib/compilers/pascal.js index 33980a072..c1d48098e 100644 --- a/lib/compilers/pascal.js +++ b/lib/compilers/pascal.js @@ -154,8 +154,6 @@ export class FPCCompiler extends BaseCompiler { } if (files && files.length > 0) { - filters.dontMaskFilenames = true; - await this.writeMultipleFiles(files, dirPath); } |