Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.1.4' into 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SagnikGanguly96 committed Jan 7, 2023
2 parents 690b754 + d6ecb2d commit be3a15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/addons/SGNConsole.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 SGNetworks. All rights reserved.
* Copyright (c) 2022-2023 SGNetworks. All rights reserved.
*
* The software is an exclusive copyright of "SGNetworks" and is provided as is exclusively with only "USAGE" access. "Modification", "Alteration", "Re-distribution" is completely prohibited.
* VIOLATING THE ABOVE TERMS IS A PUNISHABLE OFFENSE WHICH MAY LEAD TO LEGAL CONSEQUENCES.
Expand Down Expand Up @@ -38,7 +38,7 @@ SGNConsole.prototype.error = function(message) {
setTimeout(console.error.bind(console, '%c' + message, ...arguments));
else
console.error("%c" + message, ...arguments);
exit();
//exit();
};

const Console = new SGNConsole(true);
window.Console = new SGNConsole(true);

0 comments on commit be3a15d

Please sign in to comment.