Skip to content

Commit

Permalink
modif for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Natakout committed Mar 28, 2023
1 parent 1f6e733 commit 3f5c1f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/lib.dart
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ class ParsingDemand {
ParsingDemand({
this.lib1,
this.libWindows,
this.libWindows,
required this.lib2,
required this.rootIsolateToken,
required this.promptPassed,
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class _MyHomePageState extends State<MyHomePage> {
fileState = FileState.opening;
});

var filePath = await ModelFilePath.getFilePath();
var filePath = await ModelFilePath.getFilePath(); // getting file path

if (filePath == null) {
print("file not found");
Expand Down

0 comments on commit 3f5c1f2

Please sign in to comment.