Skip to content

Commit

Permalink
fix get_app_info bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 10, 2024
1 parent 74594f9 commit 82fd923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/basic/src/maix_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ namespace maix::app
return i;
}
}
throw err::Exception(err::ERR_ARGS, "app_id not found");
}

string get_app_data_path()
Expand Down

0 comments on commit 82fd923

Please sign in to comment.