mirror of https://github.com/embarklabs/embark.git
missing spaces
This commit is contained in:
parent
3ad834d93d
commit
b3c8e5fa45
|
@ -106,7 +106,7 @@ class WebpackProcess extends ProcessWrapper {
|
||||||
fs.dappPath('.embark/stats.report'),
|
fs.dappPath('.embark/stats.report'),
|
||||||
stats.toString(config.stats)
|
stats.toString(config.stats)
|
||||||
);
|
);
|
||||||
this._log('info','writing file '+ ('.embark/stats.json').bold.dim);
|
this._log('info', 'writing file ' + ('.embark/stats.json').bold.dim);
|
||||||
await writeFile(
|
await writeFile(
|
||||||
fs.dappPath('.embark/stats.json'),
|
fs.dappPath('.embark/stats.json'),
|
||||||
JSON.stringify(stats.toJson(config.stats))
|
JSON.stringify(stats.toJson(config.stats))
|
||||||
|
|
Loading…
Reference in New Issue