X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.js;fp=src%2Findex.js;h=6fb2fcef765a9cbe2fadec03148f14c51c5dd8d5;hb=4305f5b0053d6fd2887b364c5da0a1ca6c06fc54;hp=f4a6dff29ba15171fb08eae6219739518f98fda4;hpb=03f52cb367cc8f1e57c515e4ac61c49cb72773eb;p=github%2Ffretlink%2Fpurs-loader.git 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) { if (!cache.compilationStarted) { return Psc.compile(psModule) .then(() => PsModuleMap.makeMap(options.src).then(map => { - debug('rebuilt module map'); + debug('rebuilt module map after compile'); cache.psModuleMap = map; })) .then(() => Promise.map(cache.deferred, psModule => {