mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
revert an older workaround for a pub/vm failure (#16749)
This commit is contained in:
parent
48ab8648bf
commit
c058c6a6d7
@ -4,14 +4,6 @@
|
||||
|
||||
import 'package:flutter_tools/executable.dart' as executable;
|
||||
|
||||
// Temporary workaround for https://github.com/flutter/flutter/issues/9727
|
||||
bool get initializeLibNotify {
|
||||
final DateTime date = new DateTime.now();
|
||||
return date.month == 1;
|
||||
}
|
||||
|
||||
void main(List<String> args) {
|
||||
// ignore: UNUSED_LOCAL_VARIABLE
|
||||
final bool x = initializeLibNotify;
|
||||
executable.main(args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user