rev comment to reflect code changes

This commit is contained in:
Michael Bradley, Jr 2018-08-16 18:30:19 -05:00
parent 2670476d5e
commit 3ad834d93d

View File

@ -78,7 +78,7 @@ class WebpackProcess extends ProcessWrapper {
} }
config = config[0]; config = config[0];
} else { } else {
// proceed with the value obtained from require(dapp/default/ConfigPath) // proceed with the value obtained from require(configPath)
} }
} catch (e) { } catch (e) {
console.error(`error while loading webpack config ${configPath}`); console.error(`error while loading webpack config ${configPath}`);