mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
non working layers
This commit is contained in:
parent
57135f3acc
commit
222fd09f3f
7 changed files with 58 additions and 30 deletions
|
|
@ -17,7 +17,8 @@ function() {
|
|||
|
||||
this.message = message.join(" ");
|
||||
|
||||
Error.call(this, this.message);
|
||||
var e = Error.call(this, this.message);
|
||||
console.log(e.stack)
|
||||
}
|
||||
|
||||
Exception.prototype = Object.create(Error.prototype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue