Skip to content

Commit

Permalink
use let
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed Dec 19, 2024
1 parent 7fc23ba commit d76306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Ext.onReady(function () {

var date = new Date();
var errorMessage = "Timestamp: " + date.toString() + "\n";
var errorDetailMessage = "";
let errorDetailMessage = "";

if (response.responseText){
errorDetailMessage += "\n" + response.responseText;
Expand Down

0 comments on commit d76306c

Please sign in to comment.