mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes for tool/generate_pubspec.dart. Add pubspec into .gitignore
This commit is contained in:
parent
469effd9ef
commit
d5e9bf3b3c
10 changed files with 8 additions and 18 deletions
|
@ -9,7 +9,7 @@ Future<void> main(List<String> args) async {
|
|||
final pubspecDescription = File(pubspecDescriptionPath);
|
||||
|
||||
if (!pubspecBase.existsSync() || !pubspecDescription.existsSync()) {
|
||||
throw('$pubspecBasePath or $pubspecDescriptionPath doesn't exists');
|
||||
throw("$pubspecBasePath or $pubspecDescriptionPath doesn't exists");
|
||||
}
|
||||
|
||||
final pubspecBaseContent = await pubspecBase.readAsString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue