Skip to content

Commit

Permalink
Session with local file reference. U/X build out.
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 5, 2024
1 parent f3a0333 commit c71e71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ async function initializationHelper(browser, container, options) {

const localTrackFileNames = trackConfigurations.filter((config) => undefined !== config.file).map(({filename}) => filename)
console.log(`Session contains local files that cannot be loaded automatically:\n${ localTrackFileNames.join('\n')}`)
alert(`Session contains local files that cannot be loaded automatically:\n${ localTrackFileNames.join('\n')}`)

} catch (e) {
console.error(e)
Expand Down

0 comments on commit c71e71f

Please sign in to comment.