diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index f4a6dff..6fb2fce 100644 --- a/src/index.js +++ b/src/index.js | |||
@@ -149,7 +149,7 @@ module.exports = function purescriptLoader(source, map) { | |||
149 | if (!cache.compilationStarted) { | 149 | if (!cache.compilationStarted) { |
150 | return Psc.compile(psModule) | 150 | return Psc.compile(psModule) |
151 | .then(() => PsModuleMap.makeMap(options.src).then(map => { | 151 | .then(() => PsModuleMap.makeMap(options.src).then(map => { |
152 | debug('rebuilt module map'); | 152 | debug('rebuilt module map after compile'); |
153 | cache.psModuleMap = map; | 153 | cache.psModuleMap = map; |
154 | })) | 154 | })) |
155 | .then(() => Promise.map(cache.deferred, psModule => { | 155 | .then(() => Promise.map(cache.deferred, psModule => { |