mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

If activity file cannot be found, no error message is shown to user #128

Closed szschaler closed 6 months ago

szschaler commented 8 months ago

If an activity file cannot be found, Line 342 of ActivityManager.js will result in a null file and an exception will occur on the next line. This is invisible to the platform user.

Instead, an error message should be provided to the user.