Skip to content

Commit

Permalink
include engine in canvas's toString repr
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Nov 8, 2024
1 parent 4b6962f commit 91316d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ class Canvas extends RustClass{


[REPR](depth, options) {
let {width, height, async, gpu, pages} = this
return `Canvas ${inspect({width, height, async, gpu, pages}, options)}`
let {width, height, gpu, engine, pages} = this
return `Canvas ${inspect({width, height, gpu, engine, pages}, options)}`
}
}

Expand Down

0 comments on commit 91316d3

Please sign in to comment.