Skip to content

Commit 4605b53

Browse files
committed
fix json stringify in fastboot-config
1 parent 414d37f commit 4605b53

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)