diff options
Diffstat (limited to 'src/ide.js')
-rw-r--r-- | src/ide.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,9 +202,9 @@ module.exports.rebuild = function rebuild(psModule) { | |||
202 | 202 | ||
203 | const body = { | 203 | const body = { |
204 | command: 'rebuild', | 204 | command: 'rebuild', |
205 | params: { | 205 | params: Object.assign({ |
206 | file: psModule.srcPath, | 206 | file: psModule.srcPath, |
207 | } | 207 | }, options.pscIdeRebuildArgs) |
208 | }; | 208 | }; |
209 | 209 | ||
210 | const parseResponse = response => { | 210 | const parseResponse = response => { |