diff options
author | eric thul <thul.eric@gmail.com> | 2014-11-20 16:22:27 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2014-11-20 16:22:27 -0500 |
commit | 1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d (patch) | |
tree | f4a781aa1575a6fb8de35908e1db99d00751f140 /index.js | |
parent | 5e41b0144e84a136c6c21e936cb28a05002f672b (diff) | |
download | purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.gz purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.zst purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.zip |
Removing --runtime-type-checks
Resolves issue #1
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ var cp = require('child_process') | |||
13 | 'no-opts': '--no-opts', | 13 | 'no-opts': '--no-opts', |
14 | 'no-magic-do': '--no-magic-do', | 14 | 'no-magic-do': '--no-magic-do', |
15 | 'no-tco': '--no-tco', | 15 | 'no-tco': '--no-tco', |
16 | 'runtime-type-checks': '--runtime-type-checks', | ||
17 | 'verbose-errors': '--verbose-errors', | 16 | 'verbose-errors': '--verbose-errors', |
18 | 'output': '--output' | 17 | 'output': '--output' |
19 | } | 18 | } |