Skip to content

Commit

Permalink
0.0.8 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
crosshj committed Aug 25, 2022
1 parent 1a734ec commit 30603bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ export const createDom = (layout) => {
flatConfig()
);
return layoutDom;
} catch(e){
} catch(error){
console.log(error);
debugger;
}
};

0 comments on commit 30603bf

Please sign in to comment.