mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
Fixed Typo
Summary: Closes https://github.com/facebook/react-native/pull/4160 Reviewed By: svcscm Differential Revision: D2663767 Pulled By: mkonicek fb-gh-sync-id: 1e61c9a96247eec0cb22523989a31b2ad2de0827
This commit is contained in:
parent
5367e841ad
commit
83c9741dc9
@ -119,7 +119,7 @@ function printInitWarning() {
|
||||
class CreateSuppressingTerminalAdapter extends TerminalAdapter {
|
||||
constructor() {
|
||||
super();
|
||||
// suppres 'create' output generated by yeoman
|
||||
// suppress 'create' output generated by yeoman
|
||||
this.log.create = function() {};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user