Skip to content

Commit 41a5c87

Browse files
authored
Merge pull request #929 from ember-fastboot/fix-stringify
fix json stringify in fastboot-config
2 parents 414d37f + 4605b53 commit 41a5c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-cli-fastboot/lib/broccoli/fastboot-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports = class FastBootConfig extends Plugin {
178178
config: this.fastbootConfig,
179179
appName: this.appName,
180180
}
181-
}, null, 2);
181+
}, { space: 2 });
182182
}
183183

184184
normalizeHostWhitelist() {

0 commit comments

Comments
 (0)