Merge pull request #2116 from halfnelson/repl-save-fix

Fix REPL save and fork when code doesn't compile
pull/2117/head
Rich Harris 6 years ago committed by GitHub
commit 2f0069a138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
version; // workaround version; // workaround
return { return {
imports: bundle.imports, imports: bundle && bundle.imports || [],
components: $component_store, components: $component_store,
values: $values_store values: $values_store
}; };

Loading…
Cancel
Save