mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] add missing period to end of filter (#50038)
This commit is contained in:
parent
390ed1cd81
commit
b24bca1383
@ -65,7 +65,7 @@ class GenSnapshot {
|
||||
// Filter out gen_snapshot's warning message about stripping debug symbols
|
||||
// from ELF library snapshots.
|
||||
const String kStripWarning = 'Warning: Generating ELF library without DWARF debugging information.';
|
||||
const String kAssemblyStripWarning = 'Warning: Generating assembly code without DWARF debugging information';
|
||||
const String kAssemblyStripWarning = 'Warning: Generating assembly code without DWARF debugging information.';
|
||||
outputFilter = (String line) => line != kStripWarning && line != kAssemblyStripWarning ? line : null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user