Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 46954f0

Browse files
authored
Updated primative returns
1 parent dbde585 commit 46954f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class Pangine {
198198

199199
[Symbol.toPrimitive](hint) {
200200
if (hint === "string") {
201-
return `PangineInstance:${this.StorageID}`;
201+
return `${this.name}__${this.id}`;
202202
}
203203
}
204204

0 commit comments

Comments
 (0)