Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mchampaneri authored Jan 14, 2019
1 parent bd1540e commit 7307541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-CallGoFunctionFromTIscript/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
color.RedString("Failed to generate sciter window ", windowsGenerateionError.Error())
}

uiLoadingError := window.LoadFile("./main.html")
uiLoadingError := window.LoadFile("./main-update.html")
if uiLoadingError != nil {
color.RedString("Failed to load ui file ", uiLoadingError.Error())
}
Expand Down

0 comments on commit 7307541

Please sign in to comment.