diff options
author | RabsRincon <rubrinbla@gmail.com> | 2018-01-18 19:46:02 +0100 |
---|---|---|
committer | RabsRincon <rubrinbla@gmail.com> | 2018-01-18 19:46:02 +0100 |
commit | d493dfb7ccff1346fe4a7fc8329645d6d4425d0c (patch) | |
tree | a8386537da5180573edc0f5fc6d9ed8892340eb2 /lib/compilers/argument-parsers.js | |
parent | a54faefb4c8668d9c9f93c78bd6bc639d1f0c219 (diff) | |
download | compiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.tar.gz compiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.zip |
Format code
Diffstat (limited to 'lib/compilers/argument-parsers.js')
-rw-r--r-- | lib/compilers/argument-parsers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/argument-parsers.js b/lib/compilers/argument-parsers.js index bf26271e5..e2e127274 100644 --- a/lib/compilers/argument-parsers.js +++ b/lib/compilers/argument-parsers.js @@ -42,6 +42,7 @@ class BaseParser { return options; }); } + static parse(compiler) { return compiler; } |