mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
using warning.toString() instead of warning message, giving eg. the file using this, while circular dependencies are displayed the same
This commit is contained in:
parent
1423616e00
commit
dd020f6f4c
@ -128,7 +128,7 @@ const config = {
|
||||
|
||||
// Custom warning handler to give more information about circular dependencies
|
||||
onwarn: function(warning,warn) {
|
||||
console.warn(warning.message || warning);
|
||||
console.warn(warning.toString());
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user