mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 02:56:42 +00:00
Minor improvement to AppRegistry console.log message
This commit is contained in:
@@ -77,9 +77,9 @@ export default class AppRegistry {
|
|||||||
params.rootTag = `#${params.rootTag.id}`;
|
params.rootTag = `#${params.rootTag.id}`;
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Running application "${appKey}" with appParams: ${JSON.stringify(params)}. ` +
|
`Running application "${appKey}" with appParams: ${JSON.stringify(params)}.\n` +
|
||||||
`development-level warnings are ${isDevelopment ? 'ON' : 'OFF'}, ` +
|
`Development-level warnings: ${isDevelopment ? 'ON' : 'OFF'}.\n` +
|
||||||
`performance optimizations are ${isDevelopment ? 'OFF' : 'ON'}`
|
`Performance optimizations: ${isDevelopment ? 'OFF' : 'ON'}.`
|
||||||
);
|
);
|
||||||
|
|
||||||
invariant(
|
invariant(
|
||||||
|
|||||||
Reference in New Issue
Block a user