Skip to content

Commit

Permalink
fix: set file url to nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Jul 9, 2024
1 parent 5643fd8 commit 77230cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tizenbrew-app/TizenBrew/service/moduleLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function loadModules(moduleList) {
return {
appName: module.name,
name: module.name,
appPath: 'file://index.html',
appPath: '',
keys: [],
moduleType: module.type,
packageType: 'app',
Expand Down

0 comments on commit 77230cc

Please sign in to comment.