Throw proper error stack when observer function thrown an error - implements #75

This commit is contained in:
Kevin Jahns
2017-07-05 11:37:22 +02:00
parent a6a321da10
commit 85e488bbe6
2 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"lint": "standard",
"dist": "rollup -c rollup.dist.js",
"serve": "concurrently 'serve examples' 'rollup -wc rollup.dist.js -o examples/bower_components/yjs/y.js'"
"serve": "concurrently 'serve ..' 'rollup -wc rollup.dist.js -o examples/bower_components/yjs/y.js'"
},
"pre-commit": [
"lint",