mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
Throw proper error stack when observer function thrown an error - implements #75
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user